#B2CA99

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

Shades of Sprout #B2CA99

Tints of Sprout #B2CA99

Color information

#B2CA99 (or 0xB2CA99) is unknown color: approx Sprout. HEX triplet: B2, CA and 99. RGB value is (178,202,153). Sum of RGB (Red+Green+Blue) = 178+202+153=533 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.40% from 533); Green value is 202 (79.30% from 255 or 37.90% from 533); Blue value is 153 (60.16% from 255 or 28.71% from 533); Max value from RGB is 202 - color contains mainly: green. Hex color #B2CA99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2CA99 is #4D3566. Grayscale: #BDBDBD. Windows color (decimal): -5059943 or 10078898. OLE color: 10078898.

HSL color Cylindrical-coordinate representation of color #B2CA99: hue angle of 89.39º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B2CA99 is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.21.

Color convert

RGB178202153-
CMYK0.1200.240.21
HSL89.39º31.61%69.61%-
HSV(B)89.39º24.26%79.22%-
XYZ45.2354.0138.18-
YUV189.24107.55119.98-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.40%
GREEN value IS 202 (79.30% from 255) = 37.90%
BLUE value IS 153 (60.16% from 255) = 28.71%
R=33.40%
G=37.90%
B=28.71%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1782021530.1200.240.2189.3931.6169.61
HexB2CA99C01815592046
Octal262312231140302513140106
Binary10110010110010101001100111000110001010110110011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CA99; }

 p { color: rgb(178,202,153); }

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

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

 a { background-color: rgb(178,202,153); }

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

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

 span { border-color: rgb(178,202,153); }

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