#B0B679

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

Shades of Pine Glade #B0B679

Tints of Pine Glade #B0B679

Color information

#B0B679 (or 0xB0B679) is unknown color: approx Pine Glade. HEX triplet: B0, B6 and 79. RGB value is (176,182,121). Sum of RGB (Red+Green+Blue) = 176+182+121=479 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.74% from 479); Green value is 182 (71.48% from 255 or 38.00% from 479); Blue value is 121 (47.66% from 255 or 25.26% from 479); Max value from RGB is 182 - color contains mainly: green. Hex color #B0B679 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0B679 is #4F4986. Grayscale: #ADADAD. Windows color (decimal): -5196167 or 7976624. OLE color: 7976624.

HSL color Cylindrical-coordinate representation of color #B0B679: hue angle of 65.9º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B0B679 is Cyan = 0.03, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB176182121-
CMYK0.0300.340.29
HSL65.9º29.47%59.41%-
HSV(B)65.9º33.52%71.37%-
XYZ38.0844.0724.59-
YUV173.2598.51129.96-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.74%
GREEN value IS 182 (71.48% from 255) = 38.00%
BLUE value IS 121 (47.66% from 255) = 25.26%
R=36.74%
G=38.00%
B=25.26%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1761821210.0300.340.2965.929.4759.41
HexB0B67930221D421d3b
Octal2602661713042351023573
Binary1011000010110110111100111010001011101100001011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B679; }

 p { color: rgb(176,182,121); }

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

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

 a { background-color: rgb(176,182,121); }

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

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

 span { border-color: rgb(176,182,121); }

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