#BDD49A

Color #BDD49A Sprout (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sprout #BDD49A

Tints of Sprout #BDD49A

Color information

#BDD49A (or 0xBDD49A) is unknown color: approx Sprout. HEX triplet: BD, D4 and 9A. RGB value is (189,212,154). Sum of RGB (Red+Green+Blue) = 189+212+154=555 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.05% from 555); Green value is 212 (83.20% from 255 or 38.20% from 555); Blue value is 154 (60.55% from 255 or 27.75% from 555); Max value from RGB is 212 - color contains mainly: green. Hex color #BDD49A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD49A is #422B65. Grayscale: #C6C6C6. Windows color (decimal): -4336486 or 10147005. OLE color: 10147005.

HSL color Cylindrical-coordinate representation of color #BDD49A: hue angle of 83.79º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BDD49A is Cyan = 0.11, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.17.

Color convert

RGB189212154-
CMYK0.1100.270.17
HSL83.79º40.28%71.76%-
HSV(B)83.79º27.36%83.14%-
XYZ50.3660.2439.54-
YUV198.51102.88121.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 189 (74.22% from 255) = 34.05%
GREEN value IS 212 (83.20% from 255) = 38.20%
BLUE value IS 154 (60.55% from 255) = 27.75%
R=34.05%
G=38.20%
B=27.75%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1892121540.1100.270.1783.7940.2871.76
HexBDD49AB01B11542848
Octal275324232130332112450110
Binary10111101110101001001101010110110111000110101001010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD49A; }

 p { color: rgb(189,212,154); }

 H1.HeaderClassName
 {
   color: #BDD49A;
 }
 .AnyTagClassName
 {
   color: #BDD49A;
 }
</style>
background-color css

<style>
 a { background-color: #BDD49A; }

 a { background-color: rgb(189,212,154); }

 div.DivClassName
 {
   background-color: #BDD49A;
 }
 .BgClassName
 {
   background-color: #BDD49A;
 }
</style>
border-color css

<style>
 span { border-color: #BDD49A; }

 span { border-color: rgb(189,212,154); }

 td.TdClassName
 {
   border-color: #BDD49A;
 }
 .TagClassName
 {
   border-color: #BDD49A;
 }
</style>