#B2C292

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

Shades of Sprout #B2C292

Tints of Sprout #B2C292

Color information

#B2C292 (or 0xB2C292) is unknown color: approx Sprout. HEX triplet: B2, C2 and 92. RGB value is (178,194,146). Sum of RGB (Red+Green+Blue) = 178+194+146=518 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.36% from 518); Green value is 194 (76.17% from 255 or 37.45% from 518); Blue value is 146 (57.42% from 255 or 28.19% from 518); Max value from RGB is 194 - color contains mainly: green. Hex color #B2C292 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C292 is #4D3D6D. Grayscale: #B7B7B7. Windows color (decimal): -5061998 or 9618098. OLE color: 9618098.

HSL color Cylindrical-coordinate representation of color #B2C292: hue angle of 80º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B2C292 is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB178194146-
CMYK0.0800.250.24
HSL80º28.24%66.67%-
HSV(B)80º24.74%76.08%-
XYZ42.8450.1234.61-
YUV183.74106.7123.9-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.36%
GREEN value IS 194 (76.17% from 255) = 37.45%
BLUE value IS 146 (57.42% from 255) = 28.19%
R=34.36%
G=37.45%
B=28.19%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1781941460.0800.250.248028.2466.67
HexB2C292801918501c43
Octal262302222100313012034103
Binary1011001011000010100100101000011001110001010000111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C292; }

 p { color: rgb(178,194,146); }

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

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

 a { background-color: rgb(178,194,146); }

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

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

 span { border-color: rgb(178,194,146); }

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