#B0B799

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

Shades of Green Spring #B0B799

Tints of Green Spring #B0B799

Color information

#B0B799 (or 0xB0B799) is unknown color: approx Green Spring. HEX triplet: B0, B7 and 99. RGB value is (176,183,153). Sum of RGB (Red+Green+Blue) = 176+183+153=512 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.38% from 512); Green value is 183 (71.88% from 255 or 35.74% from 512); Blue value is 153 (60.16% from 255 or 29.88% from 512); Max value from RGB is 183 - color contains mainly: green. Hex color #B0B799 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B799 is #4F4866. Grayscale: #B1B1B1. Windows color (decimal): -5195879 or 10074032. OLE color: 10074032.

HSL color Cylindrical-coordinate representation of color #B0B799: hue angle of 74º degrees, saturation: 0.17, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B0B799 is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.28.

Color convert

RGB176183153-
CMYK0.0400.160.28
HSL74º17.24%65.88%-
HSV(B)74º16.39%71.76%-
XYZ40.5945.436.76-
YUV177.49114.18126.94-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.38%
GREEN value IS 183 (71.88% from 255) = 35.74%
BLUE value IS 153 (60.16% from 255) = 29.88%
R=34.38%
G=35.74%
B=29.88%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1761831530.0400.160.287417.2465.88
HexB0B79940101C4a1142
Octal26026723140203411221102
Binary101100001011011110011001100010000111001001010100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B799; }

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

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

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

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

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

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

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

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