#B9D08D

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

Shades of Sprout #B9D08D

Tints of Sprout #B9D08D

Color information

#B9D08D (or 0xB9D08D) is unknown color: approx Sprout. HEX triplet: B9, D0 and 8D. RGB value is (185,208,141). Sum of RGB (Red+Green+Blue) = 185+208+141=534 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.64% from 534); Green value is 208 (81.64% from 255 or 38.95% from 534); Blue value is 141 (55.47% from 255 or 26.40% from 534); Max value from RGB is 208 - color contains mainly: green. Hex color #B9D08D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9D08D is #462F72. Grayscale: #C1C1C1. Windows color (decimal): -4599667 or 9294009. OLE color: 9294009.

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

Color convert

RGB185208141-
CMYK0.1100.320.18
HSL80.6º41.61%68.43%-
HSV(B)80.6º32.21%81.57%-
XYZ47.3757.3533.77-
YUV193.4898.38121.95-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.64%
GREEN value IS 208 (81.64% from 255) = 38.95%
BLUE value IS 141 (55.47% from 255) = 26.40%
R=34.64%
G=38.95%
B=26.40%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1852081410.1100.320.1880.641.6168.43
HexB9D08DB02012512a44
Octal271320215130402212152104
Binary101110011101000010001101101101000001001010100011010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9D08D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9D08D; }

 p { color: rgb(185,208,141); }

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

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

 a { background-color: rgb(185,208,141); }

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

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

 span { border-color: rgb(185,208,141); }

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