#b9d78c

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

Shades of Sprout #B9D78C

Tints of Sprout #B9D78C

Color information

#B9D78C (or 0xB9D78C) is unknown color: approx Sprout. HEX triplet: B9, D7 and 8C. RGB value is (185,215,140). Sum of RGB (Red+Green+Blue) = 185+215+140=540 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.26% from 540); Green value is 215 (84.38% from 255 or 39.81% from 540); Blue value is 140 (55.08% from 255 or 25.93% from 540); Max value from RGB is 215 - color contains mainly: green. Hex color #B9D78C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9D78C is #462873. Grayscale: #C5C5C5. Windows color (decimal): -4597876 or 9230265. OLE color: 9230265.

HSL color Cylindrical-coordinate representation of color #B9D78C: hue angle of 84º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B9D78C is Cyan = 0.14, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB185215140-
CMYK0.1400.350.16
HSL84º48.39%69.61%-
HSV(B)84º34.88%84.31%-
XYZ49.0460.8133.96-
YUV197.4895.56119.1-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.26%
GREEN value IS 215 (84.38% from 255) = 39.81%
BLUE value IS 140 (55.08% from 255) = 25.93%
R=34.26%
G=39.81%
B=25.93%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1852151400.1400.350.168448.3969.61
HexB9D78CE02310543046
Octal271327214160432012460106
Binary101110011101011110001100111001000111000010101001100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b9d78c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b9d78c; }

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

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

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

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

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

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

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

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