#B5CA91

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

Shades of Sprout #B5CA91

Tints of Sprout #B5CA91

Color information

#B5CA91 (or 0xB5CA91) is unknown color: approx Sprout. HEX triplet: B5, CA and 91. RGB value is (181,202,145). Sum of RGB (Red+Green+Blue) = 181+202+145=528 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.28% from 528); Green value is 202 (79.30% from 255 or 38.26% from 528); Blue value is 145 (57.03% from 255 or 27.46% from 528); Max value from RGB is 202 - color contains mainly: green. Hex color #B5CA91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5CA91 is #4A356E. Grayscale: #BDBDBD. Windows color (decimal): -4863343 or 9554613. OLE color: 9554613.

HSL color Cylindrical-coordinate representation of color #B5CA91: hue angle of 82.11º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B5CA91 is Cyan = 0.10, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.21.

Color convert

RGB181202145-
CMYK0.1000.280.21
HSL82.11º34.97%68.04%-
HSV(B)82.11º28.22%79.22%-
XYZ45.2954.1134.85-
YUV189.22103.04122.13-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.28%
GREEN value IS 202 (79.30% from 255) = 38.26%
BLUE value IS 145 (57.03% from 255) = 27.46%
R=34.28%
G=38.26%
B=27.46%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1812021450.1000.280.2182.1134.9768.04
HexB5CA91A01C15522344
Octal265312221120342512243104
Binary10110101110010101001000110100111001010110100101000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CA91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CA91; }

 p { color: rgb(181,202,145); }

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

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

 a { background-color: rgb(181,202,145); }

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

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

 span { border-color: rgb(181,202,145); }

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