#B1CE99

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

Shades of Sprout #B1CE99

Tints of Sprout #B1CE99

Color information

#B1CE99 (or 0xB1CE99) is unknown color: approx Sprout. HEX triplet: B1, CE and 99. RGB value is (177,206,153). Sum of RGB (Red+Green+Blue) = 177+206+153=536 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.02% from 536); Green value is 206 (80.86% from 255 or 38.43% from 536); Blue value is 153 (60.16% from 255 or 28.54% from 536); Max value from RGB is 206 - color contains mainly: green. Hex color #B1CE99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1CE99 is #4E3166. Grayscale: #BFBFBF. Windows color (decimal): -5124455 or 10079921. OLE color: 10079921.

HSL color Cylindrical-coordinate representation of color #B1CE99: hue angle of 92.83º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B1CE99 is Cyan = 0.14, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.19.

Color convert

RGB177206153-
CMYK0.1400.260.19
HSL92.83º35.1%70.39%-
HSV(B)92.83º25.73%80.78%-
XYZ45.9555.7938.48-
YUV191.29106.39117.81-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.02%
GREEN value IS 206 (80.86% from 255) = 38.43%
BLUE value IS 153 (60.16% from 255) = 28.54%
R=33.02%
G=38.43%
B=28.54%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1772061530.1400.260.1992.8335.170.39
HexB1CE99E01A135d2346
Octal261316231160322313543106
Binary10110001110011101001100111100110101001110111011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CE99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CE99; }

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

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

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

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

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

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

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

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