#B2CE97

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

Shades of Sprout #B2CE97

Tints of Sprout #B2CE97

Color information

#B2CE97 (or 0xB2CE97) is unknown color: approx Sprout. HEX triplet: B2, CE and 97. RGB value is (178,206,151). Sum of RGB (Red+Green+Blue) = 178+206+151=535 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.27% from 535); Green value is 206 (80.86% from 255 or 38.50% from 535); Blue value is 151 (59.38% from 255 or 28.22% from 535); Max value from RGB is 206 - color contains mainly: green. Hex color #B2CE97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2CE97 is #4D3168. Grayscale: #BFBFBF. Windows color (decimal): -5058921 or 9948850. OLE color: 9948850.

HSL color Cylindrical-coordinate representation of color #B2CE97: hue angle of 90.55º 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 #B2CE97 is Cyan = 0.14, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.19.

Color convert

RGB178206151-
CMYK0.1400.270.19
HSL90.55º35.95%70%-
HSV(B)90.55º26.7%80.78%-
XYZ46.0255.8437.63-
YUV191.36105.22118.47-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.27%
GREEN value IS 206 (80.86% from 255) = 38.50%
BLUE value IS 151 (59.38% from 255) = 28.22%
R=33.27%
G=38.50%
B=28.22%

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
Decimal1782061510.1400.270.1990.5535.9570
HexB2CE97E01B135b2446
Octal262316227160332313344106
Binary10110010110011101001011111100110111001110110111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CE97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CE97; }

 p { color: rgb(178,206,151); }

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

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

 a { background-color: rgb(178,206,151); }

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

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

 span { border-color: rgb(178,206,151); }

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