#B1CA99

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

Shades of Sprout #B1CA99

Tints of Sprout #B1CA99

Color information

#B1CA99 (or 0xB1CA99) is unknown color: approx Sprout. HEX triplet: B1, CA and 99. RGB value is (177,202,153). Sum of RGB (Red+Green+Blue) = 177+202+153=532 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.27% from 532); Green value is 202 (79.30% from 255 or 37.97% from 532); Blue value is 153 (60.16% from 255 or 28.76% from 532); Max value from RGB is 202 - color contains mainly: green. Hex color #B1CA99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1CA99 is #4E3566. Grayscale: #BDBDBD. Windows color (decimal): -5125479 or 10078897. OLE color: 10078897.

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

Color convert

RGB177202153-
CMYK0.1200.240.21
HSL90.61º31.61%69.61%-
HSV(B)90.61º24.26%79.22%-
XYZ4553.8938.17-
YUV188.94107.72119.48-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.27%
GREEN value IS 202 (79.30% from 255) = 37.97%
BLUE value IS 153 (60.16% from 255) = 28.76%
R=33.27%
G=37.97%
B=28.76%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1772021530.1200.240.2190.6131.6169.61
HexB1CA99C018155b2046
Octal261312231140302513340106
Binary10110001110010101001100111000110001010110110111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CA99; }

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

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

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

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

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

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

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

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