#B2C897

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

Shades of Sprout #B2C897

Tints of Sprout #B2C897

Color information

#B2C897 (or 0xB2C897) is unknown color: approx Sprout. HEX triplet: B2, C8 and 97. RGB value is (178,200,151). Sum of RGB (Red+Green+Blue) = 178+200+151=529 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.65% from 529); Green value is 200 (78.52% from 255 or 37.81% from 529); Blue value is 151 (59.38% from 255 or 28.54% from 529); Max value from RGB is 200 - color contains mainly: green. Hex color #B2C897 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C897 is #4D3768. Grayscale: #BCBCBC. Windows color (decimal): -5060457 or 9947314. OLE color: 9947314.

HSL color Cylindrical-coordinate representation of color #B2C897: hue angle of 86.94º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B2C897 is Cyan = 0.11, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.22.

Color convert

RGB178200151-
CMYK0.1100.240.22
HSL86.94º30.82%68.82%-
HSV(B)86.94º24.5%78.43%-
XYZ44.653.0137.16-
YUV187.84107.21120.98-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.65%
GREEN value IS 200 (78.52% from 255) = 37.81%
BLUE value IS 151 (59.38% from 255) = 28.54%
R=33.65%
G=37.81%
B=28.54%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1782001510.1100.240.2286.9430.8268.82
HexB2C897B01816571f45
Octal262310227130302612737105
Binary1011001011001000100101111011011000101101010111111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C897; }

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

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

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

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

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

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

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

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