#B1CA9C

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

Shades of Sprout #B1CA9C

Tints of Sprout #B1CA9C

Color information

#B1CA9C (or 0xB1CA9C) is unknown color: approx Sprout. HEX triplet: B1, CA and 9C. RGB value is (177,202,156). Sum of RGB (Red+Green+Blue) = 177+202+156=535 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.08% from 535); Green value is 202 (79.30% from 255 or 37.76% from 535); Blue value is 156 (61.33% from 255 or 29.16% from 535); Max value from RGB is 202 - color contains mainly: green. Hex color #B1CA9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1CA9C is #4E3563. Grayscale: #BDBDBD. Windows color (decimal): -5125476 or 10275505. OLE color: 10275505.

HSL color Cylindrical-coordinate representation of color #B1CA9C: hue angle of 92.61º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B1CA9C is Cyan = 0.12, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.

Color convert

RGB177202156-
CMYK0.1200.230.21
HSL92.61º30.26%70.2%-
HSV(B)92.61º22.77%79.22%-
XYZ45.2553.9939.49-
YUV189.28109.22119.24-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.08%
GREEN value IS 202 (79.30% from 255) = 37.76%
BLUE value IS 156 (61.33% from 255) = 29.16%
R=33.08%
G=37.76%
B=29.16%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1772021560.1200.230.2192.6130.2670.2
HexB1CA9CC017155d1e46
Octal261312234140272513536106
Binary1011000111001010100111001100010111101011011101111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CA9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CA9C; }

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

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

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

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

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

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

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

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