#b1ce96

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

Shades of Sprout #B1CE96

Tints of Sprout #B1CE96

Color information

#B1CE96 (or 0xB1CE96) is unknown color: approx Sprout. HEX triplet: B1, CE and 96. RGB value is (177,206,150). Sum of RGB (Red+Green+Blue) = 177+206+150=533 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.21% from 533); Green value is 206 (80.86% from 255 or 38.65% from 533); Blue value is 150 (58.98% from 255 or 28.14% from 533); Max value from RGB is 206 - color contains mainly: green. Hex color #B1CE96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1CE96 is #4E3169. Grayscale: #BFBFBF. Windows color (decimal): -5124458 or 9883313. OLE color: 9883313.

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

Color convert

RGB177206150-
CMYK0.1400.270.19
HSL91.07º36.36%69.8%-
HSV(B)91.07º27.18%80.78%-
XYZ45.7155.6937.19-
YUV190.94104.89118.05-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.21%
GREEN value IS 206 (80.86% from 255) = 38.65%
BLUE value IS 150 (58.98% from 255) = 28.14%
R=33.21%
G=38.65%
B=28.14%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1772061500.1400.270.1991.0736.3669.8
HexB1CE96E01B135b2446
Octal261316226160332313344106
Binary10110001110011101001011011100110111001110110111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b1ce96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b1ce96; }

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

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

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

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

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

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

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

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