#B2C59E

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

Shades of Sprout #B2C59E

Tints of Sprout #B2C59E

Color information

#B2C59E (or 0xB2C59E) is unknown color: approx Sprout. HEX triplet: B2, C5 and 9E. RGB value is (178,197,158). Sum of RGB (Red+Green+Blue) = 178+197+158=533 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.40% from 533); Green value is 197 (77.34% from 255 or 36.96% from 533); Blue value is 158 (62.11% from 255 or 29.64% from 533); Max value from RGB is 197 - color contains mainly: green. Hex color #B2C59E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C59E is #4D3A61. Grayscale: #BBBBBB. Windows color (decimal): -5061218 or 10405298. OLE color: 10405298.

HSL color Cylindrical-coordinate representation of color #B2C59E: hue angle of 89.23º degrees, saturation: 0.25, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B2C59E is Cyan = 0.10, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.23.

Color convert

RGB178197158-
CMYK0.1000.200.23
HSL89.23º25.16%69.61%-
HSV(B)89.23º19.8%77.25%-
XYZ44.551.8740.01-
YUV186.87111.71121.67-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.40%
GREEN value IS 197 (77.34% from 255) = 36.96%
BLUE value IS 158 (62.11% from 255) = 29.64%
R=33.40%
G=36.96%
B=29.64%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1781971580.1000.200.2389.2325.1669.61
HexB2C59EA01417591946
Octal262305236120242713131106
Binary1011001011000101100111101010010100101111011001110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C59E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C59E; }

 p { color: rgb(178,197,158); }

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

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

 a { background-color: rgb(178,197,158); }

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

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

 span { border-color: rgb(178,197,158); }

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