#B0B796

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

Shades of Green Spring #B0B796

Tints of Green Spring #B0B796

Color information

#B0B796 (or 0xB0B796) is unknown color: approx Green Spring. HEX triplet: B0, B7 and 96. RGB value is (176,183,150). Sum of RGB (Red+Green+Blue) = 176+183+150=509 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.58% from 509); Green value is 183 (71.88% from 255 or 35.95% from 509); Blue value is 150 (58.98% from 255 or 29.47% from 509); Max value from RGB is 183 - color contains mainly: green. Hex color #B0B796 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B796 is #4F4869. Grayscale: #B1B1B1. Windows color (decimal): -5195882 or 9877424. OLE color: 9877424.

HSL color Cylindrical-coordinate representation of color #B0B796: hue angle of 72.73º 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 #B0B796 is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.28.

Color convert

RGB176183150-
CMYK0.0400.180.28
HSL72.73º18.64%65.29%-
HSV(B)72.73º18.03%71.76%-
XYZ40.3445.335.47-
YUV177.14112.68127.18-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.58%
GREEN value IS 183 (71.88% from 255) = 35.95%
BLUE value IS 150 (58.98% from 255) = 29.47%
R=34.58%
G=35.95%
B=29.47%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1761831500.0400.180.2872.7318.6465.29
HexB0B79640121C491341
Octal26026722640223411123101
Binary101100001011011110010110100010010111001001001100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B796; }

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

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

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

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

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

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

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

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