#B2C29F

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

Shades of Sprout #B2C29F

Tints of Sprout #B2C29F

Color information

#B2C29F (or 0xB2C29F) is unknown color: approx Sprout. HEX triplet: B2, C2 and 9F. RGB value is (178,194,159). Sum of RGB (Red+Green+Blue) = 178+194+159=531 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.52% from 531); Green value is 194 (76.17% from 255 or 36.53% from 531); Blue value is 159 (62.5% from 255 or 29.94% from 531); Max value from RGB is 194 - color contains mainly: green. Hex color #B2C29F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C29F is #4D3D60. Grayscale: #B9B9B9. Windows color (decimal): -5061985 or 10470066. OLE color: 10470066.

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

Color convert

RGB178194159-
CMYK0.0800.180.24
HSL87.43º22.29%69.22%-
HSV(B)87.43º18.04%76.08%-
XYZ43.9150.5540.24-
YUV185.23113.2122.85-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.52%
GREEN value IS 194 (76.17% from 255) = 36.53%
BLUE value IS 159 (62.5% from 255) = 29.94%
R=33.52%
G=36.53%
B=29.94%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1781941590.0800.180.2487.4322.2969.22
HexB2C29F801218571645
Octal262302237100223012726105
Binary1011001011000010100111111000010010110001010111101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C29F; }

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

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

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

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

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

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

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

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