#B9DA8C

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

Shades of Sprout #B9DA8C

Tints of Sprout #B9DA8C

Color information

#B9DA8C (or 0xB9DA8C) is unknown color: approx Sprout. HEX triplet: B9, DA and 8C. RGB value is (185,218,140). Sum of RGB (Red+Green+Blue) = 185+218+140=543 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.07% from 543); Green value is 218 (85.55% from 255 or 40.15% from 543); Blue value is 140 (55.08% from 255 or 25.78% from 543); Max value from RGB is 218 - color contains mainly: green. Hex color #B9DA8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9DA8C is #462573. Grayscale: #C7C7C7. Windows color (decimal): -4597108 or 9231033. OLE color: 9231033.

HSL color Cylindrical-coordinate representation of color #B9DA8C: hue angle of 85.38º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B9DA8C is Cyan = 0.15, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB185218140-
CMYK0.1500.360.15
HSL85.38º51.32%70.2%-
HSV(B)85.38º35.78%85.49%-
XYZ49.8162.3534.22-
YUV199.2494.57117.84-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.07%
GREEN value IS 218 (85.55% from 255) = 40.15%
BLUE value IS 140 (55.08% from 255) = 25.78%
R=34.07%
G=40.15%
B=25.78%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1852181400.1500.360.1585.3851.3270.2
HexB9DA8CF024F553346
Octal271332214170441712563106
Binary10111001110110101000110011110100100111110101011100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9DA8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9DA8C; }

 p { color: rgb(185,218,140); }

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

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

 a { background-color: rgb(185,218,140); }

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

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

 span { border-color: rgb(185,218,140); }

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