#B9D29C

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

Shades of Sprout #B9D29C

Tints of Sprout #B9D29C

Color information

#B9D29C (or 0xB9D29C) is unknown color: approx Sprout. HEX triplet: B9, D2 and 9C. RGB value is (185,210,156). Sum of RGB (Red+Green+Blue) = 185+210+156=551 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.58% from 551); Green value is 210 (82.42% from 255 or 38.11% from 551); Blue value is 156 (61.33% from 255 or 28.31% from 551); Max value from RGB is 210 - color contains mainly: green. Hex color #B9D29C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9D29C is #462D63. Grayscale: #C4C4C4. Windows color (decimal): -4599140 or 10277561. OLE color: 10277561.

HSL color Cylindrical-coordinate representation of color #B9D29C: hue angle of 87.78º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B9D29C is Cyan = 0.12, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB185210156-
CMYK0.1200.260.18
HSL87.78º37.5%71.76%-
HSV(B)87.78º25.71%82.35%-
XYZ49.0558.8140.22-
YUV196.37105.22119.89-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.58%
GREEN value IS 210 (82.42% from 255) = 38.11%
BLUE value IS 156 (61.33% from 255) = 28.31%
R=33.58%
G=38.11%
B=28.31%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1852101560.1200.260.1887.7837.571.76
HexB9D29CC01A12582648
Octal271322234140322213046110
Binary10111001110100101001110011000110101001010110001001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9D29C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9D29C; }

 p { color: rgb(185,210,156); }

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

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

 a { background-color: rgb(185,210,156); }

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

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

 span { border-color: rgb(185,210,156); }

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