#B2B796

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

Shades of Green Spring #B2B796

Tints of Green Spring #B2B796

Color information

#B2B796 (or 0xB2B796) is unknown color: approx Green Spring. HEX triplet: B2, B7 and 96. RGB value is (178,183,150). Sum of RGB (Red+Green+Blue) = 178+183+150=511 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.83% from 511); Green value is 183 (71.88% from 255 or 35.81% from 511); Blue value is 150 (58.98% from 255 or 29.35% from 511); Max value from RGB is 183 - color contains mainly: green. Hex color #B2B796 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B796 is #4D4869. Grayscale: #B1B1B1. Windows color (decimal): -5064810 or 9877426. OLE color: 9877426.

HSL color Cylindrical-coordinate representation of color #B2B796: hue angle of 69.09º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B2B796 is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.28.

Color convert

RGB178183150-
CMYK0.0300.180.28
HSL69.09º18.64%65.29%-
HSV(B)69.09º18.03%71.76%-
XYZ40.845.5335.49-
YUV177.74112.34128.18-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.83%
GREEN value IS 183 (71.88% from 255) = 35.81%
BLUE value IS 150 (58.98% from 255) = 29.35%
R=34.83%
G=35.81%
B=29.35%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1781831500.0300.180.2869.0918.6465.29
HexB2B79630121C451341
Octal26226722630223410523101
Binary10110010101101111001011011010010111001000101100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B796; }

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

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

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

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

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

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

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

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