#B1CA91

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

Shades of Sprout #B1CA91

Tints of Sprout #B1CA91

Color information

#B1CA91 (or 0xB1CA91) is unknown color: approx Sprout. HEX triplet: B1, CA and 91. RGB value is (177,202,145). Sum of RGB (Red+Green+Blue) = 177+202+145=524 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.78% from 524); Green value is 202 (79.30% from 255 or 38.55% from 524); Blue value is 145 (57.03% from 255 or 27.67% from 524); Max value from RGB is 202 - color contains mainly: green. Hex color #B1CA91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1CA91 is #4E356E. Grayscale: #BCBCBC. Windows color (decimal): -5125487 or 9554609. OLE color: 9554609.

HSL color Cylindrical-coordinate representation of color #B1CA91: hue angle of 86.32º 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 #B1CA91 is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.21.

Color convert

RGB177202145-
CMYK0.1200.280.21
HSL86.32º34.97%68.04%-
HSV(B)86.32º28.22%79.22%-
XYZ44.3653.6334.8-
YUV188.03103.72120.13-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.78%
GREEN value IS 202 (79.30% from 255) = 38.55%
BLUE value IS 145 (57.03% from 255) = 27.67%
R=33.78%
G=38.55%
B=27.67%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1772021450.1200.280.2186.3234.9768.04
HexB1CA91C01C15562344
Octal261312221140342512643104
Binary10110001110010101001000111000111001010110101101000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CA91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CA91; }

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

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

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

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

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

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

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

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