#B5CB91

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

Shades of Sprout #B5CB91

Tints of Sprout #B5CB91

Color information

#B5CB91 (or 0xB5CB91) is unknown color: approx Sprout. HEX triplet: B5, CB and 91. RGB value is (181,203,145). Sum of RGB (Red+Green+Blue) = 181+203+145=529 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.22% from 529); Green value is 203 (79.69% from 255 or 38.37% from 529); Blue value is 145 (57.03% from 255 or 27.41% from 529); Max value from RGB is 203 - color contains mainly: green. Hex color #B5CB91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5CB91 is #4A346E. Grayscale: #BEBEBE. Windows color (decimal): -4863087 or 9554869. OLE color: 9554869.

HSL color Cylindrical-coordinate representation of color #B5CB91: hue angle of 82.76º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B5CB91 is Cyan = 0.11, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.20.

Color convert

RGB181203145-
CMYK0.1100.290.20
HSL82.76º35.8%68.24%-
HSV(B)82.76º28.57%79.61%-
XYZ45.5254.5834.92-
YUV189.81102.71121.72-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.22%
GREEN value IS 203 (79.69% from 255) = 38.37%
BLUE value IS 145 (57.03% from 255) = 27.41%
R=34.22%
G=38.37%
B=27.41%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1812031450.1100.290.2082.7635.868.24
HexB5CB91B01D14532444
Octal265313221130352412344104
Binary10110101110010111001000110110111011010010100111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CB91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CB91; }

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

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

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

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

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

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

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

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