#B5D08F

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

Shades of Sprout #B5D08F

Tints of Sprout #B5D08F

Color information

#B5D08F (or 0xB5D08F) is unknown color: approx Sprout. HEX triplet: B5, D0 and 8F. RGB value is (181,208,143). Sum of RGB (Red+Green+Blue) = 181+208+143=532 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.02% from 532); Green value is 208 (81.64% from 255 or 39.10% from 532); Blue value is 143 (56.25% from 255 or 26.88% from 532); Max value from RGB is 208 - color contains mainly: green. Hex color #B5D08F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5D08F is #4A2F70. Grayscale: #C0C0C0. Windows color (decimal): -4861809 or 9425077. OLE color: 9425077.

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

Color convert

RGB181208143-
CMYK0.1300.310.18
HSL84.92º40.88%68.82%-
HSV(B)84.92º31.25%81.57%-
XYZ46.5756.9234.52-
YUV192.52100.05119.79-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.02%
GREEN value IS 208 (81.64% from 255) = 39.10%
BLUE value IS 143 (56.25% from 255) = 26.88%
R=34.02%
G=39.10%
B=26.88%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1812081430.1300.310.1884.9240.8868.82
HexB5D08FD01F12552945
Octal265320217150372212551105
Binary10110101110100001000111111010111111001010101011010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5D08F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5D08F; }

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

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

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

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

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

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

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

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