#B9D19B

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

Shades of Sprout #B9D19B

Tints of Sprout #B9D19B

Color information

#B9D19B (or 0xB9D19B) is unknown color: approx Sprout. HEX triplet: B9, D1 and 9B. RGB value is (185,209,155). Sum of RGB (Red+Green+Blue) = 185+209+155=549 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.70% from 549); Green value is 209 (82.03% from 255 or 38.07% from 549); Blue value is 155 (60.94% from 255 or 28.23% from 549); Max value from RGB is 209 - color contains mainly: green. Hex color #B9D19B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9D19B is #462E64. Grayscale: #C3C3C3. Windows color (decimal): -4599397 or 10211769. OLE color: 10211769.

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

Color convert

RGB185209155-
CMYK0.1100.260.18
HSL86.67º36.99%71.37%-
HSV(B)86.67º25.84%81.96%-
XYZ48.7258.2839.69-
YUV195.67105.05120.39-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.70%
GREEN value IS 209 (82.03% from 255) = 38.07%
BLUE value IS 155 (60.94% from 255) = 28.23%
R=33.70%
G=38.07%
B=28.23%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1852091550.1100.260.1886.6736.9971.37
HexB9D19BB01A12572547
Octal271321233130322212745107
Binary10111001110100011001101110110110101001010101111001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9D19B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9D19B; }

 p { color: rgb(185,209,155); }

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

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

 a { background-color: rgb(185,209,155); }

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

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

 span { border-color: rgb(185,209,155); }

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