#B5D08C

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

Shades of Sprout #B5D08C

Tints of Sprout #B5D08C

Color information

#B5D08C (or 0xB5D08C) is unknown color: approx Sprout. HEX triplet: B5, D0 and 8C. RGB value is (181,208,140). Sum of RGB (Red+Green+Blue) = 181+208+140=529 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.22% from 529); Green value is 208 (81.64% from 255 or 39.32% from 529); Blue value is 140 (55.08% from 255 or 26.47% from 529); Max value from RGB is 208 - color contains mainly: green. Hex color #B5D08C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5D08C is #4A2F73. Grayscale: #C0C0C0. Windows color (decimal): -4861812 or 9228469. OLE color: 9228469.

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

Color convert

RGB181208140-
CMYK0.1300.330.18
HSL83.82º41.98%68.24%-
HSV(B)83.82º32.69%81.57%-
XYZ46.3556.8333.34-
YUV192.1898.55120.03-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.22%
GREEN value IS 208 (81.64% from 255) = 39.32%
BLUE value IS 140 (55.08% from 255) = 26.47%
R=34.22%
G=39.32%
B=26.47%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1812081400.1300.330.1883.8241.9868.24
HexB5D08CD02112542a44
Octal265320214150412212452104
Binary101101011101000010001100110101000011001010101001010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5D08C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5D08C; }

 p { color: rgb(181,208,140); }

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

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

 a { background-color: rgb(181,208,140); }

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

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

 span { border-color: rgb(181,208,140); }

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