COLOR #BDD298

HEX: #BDD298 RGB: (189,210,152)

Color info

#BDD298 contains red, green and blue colors in about the same proportion. Web safe color of #BDD298 is #CCCC99 (or #CC9).

RGB color model

#BDD298 color RGB value is (189,210,152).

RGB: (189,210,152) (74%, 82%, 60%)

RGB channels and saturation

R 189 of 255 = 74%
G 210 of 255 = 82%
B 152 of 255 = 60%

189
210
152

R + G + B ~ 72%. #BDD298 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 210 + 152 = 551 (100%)
R 189 of 551 ~ 34.3%
G 210 of 551 ~ 38.11%
B 152 of 551 ~ 27.59'%

%34.3
%38.11
%27.59

CMYK color model

#BDD298 color CMYK value is (10,0,28,18).

  • cyan value is 10.00%
  • magenta value is 0.00%
  • yellow value is 27.62%
  • key color value is 17.65%
CMYK: (10,0,28,18) C10M0Y28K18 (10%,0%,28%,18%) (0.10/0.00/0.28/0.18) 

CMYK percentages

%10
%0
%27.62
%17.65

Codes

Color #BDD298 in popluar color models

BD D2 98
RGB 189 210 152
HSL 82° 39.19% 70.98%
HSB/HSV 82° 27.62% 82.35%
CMYK 10.00% 0.00% 27.62%
17.65%

Color #BDD298 in popluar number systems.

HEX BD D2 98
Decimal 189 210 152
Binary 10111101 11010010 10011000
Octal 275 322 230

Shades and tints

Shades of #BDD298

#BDD298
(189,210,152)
#ACBF8B
(172,191,139)
#9BAC7E
(155,172,126)
#8A9971
(138,153,113)
#798664
(121,134,100)
#687357
(104,115,87)
#57604A
(87,96,74)
#464D3D
(70,77,61)
#353A30
(53,58,48)
#242723
(36,39,35)
#131416
(19,20,22)
#000000
(0,0,0)

Tints of #BDD298

#BDD298
(189,210,152)
#C3D6A1
(195,214,161)
#C9DAAA
(201,218,170)
#CFDEB3
(207,222,179)
#D5E2BC
(213,226,188)
#DBE6C5
(219,230,197)
#E1EACE
(225,234,206)
#E7EED7
(231,238,215)
#EDF2E0
(237,242,224)
#F3F6E9
(243,246,233)
#F9FAF2
(249,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDD298 color. Also use rgb(189,210,152) instead hex code.

Text Font Color

.myTextColor { color: #BDD298; }

<p style="color:#BDD298">This sample text font color is #BDD298.</p>

This text font color is #BDD298.

Background Color

.myBgColor { background-color: #BDD298; }

<div style="background-color:#BDD298">Inner text</div>

This div background color is #BDD298.

Border color

.myBorderColor { border: 1px solid #BDD298; }

<div style="border:3px solid #BDD298">Div</div>

This div border color is #BDD298.

Opacity

.myOpacity80 { color: #BDD298; opacity: 0.8; }

<p style="color:#BDD298;opacity:0.8;">80%</p>

Text with #BDD298 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #BDD298;}

<p style="text-shadow: 3px 3px 1px #BDD298">Text here.</p>

This text has shadow with #BDD298 color.


.textShadow {text-shadow: 3px 3px 1px #BDD298', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #BDD298, 5px 5px 20px red">Text here.</p>

This text has shadow with #BDD298 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BDD298, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#BDD298, Direction=45, Strength=4)">Text</p>

This text has shadow with #BDD298 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BDD298;
-webkit-box-shadow: 1px 1px 3px 2px #BDD298;
box-shadow: 1px 1px 3px 2px #BDD298;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BDD298; -webkit-box-shadow: 1px 1px 3px 2px #BDD298; box-shadow:1px 1px 3px 2px #BDD298;">
Div content here
</div>

This div box has shadow with color #BDD298.

Preview

Color preview on black background

This text has color #BDD298 on black background.


Color preview on white background

This text has color #BDD298 on white background.


Black color preview on #BDD298 background

This text has black color on #BDD298 background.


White color preview on #BDD298 background

This text has white color on #BDD298 background.


Related colors

Complementary color

Complementary color for #hex is #422D67.


I love getcolorcode.com

Triadic colors

1 #98BDD2 and #D298BD with #BDD298 are triadic colors.

2 #98D2BD and #D2BD98 with #BDD298 are triadic colors.