#B2C396

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

Shades of Sprout #B2C396

Tints of Sprout #B2C396

Color information

#B2C396 (or 0xB2C396) is unknown color: approx Sprout. HEX triplet: B2, C3 and 96. RGB value is (178,195,150). Sum of RGB (Red+Green+Blue) = 178+195+150=523 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.03% from 523); Green value is 195 (76.56% from 255 or 37.28% from 523); Blue value is 150 (58.98% from 255 or 28.68% from 523); Max value from RGB is 195 - color contains mainly: green. Hex color #B2C396 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C396 is #4D3C69. Grayscale: #B8B8B8. Windows color (decimal): -5061738 or 9880498. OLE color: 9880498.

HSL color Cylindrical-coordinate representation of color #B2C396: hue angle of 82.67º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B2C396 is Cyan = 0.09, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB178195150-
CMYK0.0900.230.24
HSL82.67º27.27%67.65%-
HSV(B)82.67º23.08%76.47%-
XYZ43.3850.736.35-
YUV184.79108.37123.16-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.03%
GREEN value IS 195 (76.56% from 255) = 37.28%
BLUE value IS 150 (58.98% from 255) = 28.68%
R=34.03%
G=37.28%
B=28.68%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1781951500.0900.230.2482.6727.2767.65
HexB2C396901718531b44
Octal262303226110273012333104
Binary1011001011000011100101101001010111110001010011110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C396; }

 p { color: rgb(178,195,150); }

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

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

 a { background-color: rgb(178,195,150); }

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

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

 span { border-color: rgb(178,195,150); }

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