#B0B970

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

Shades of Pine Glade #B0B970

Tints of Pine Glade #B0B970

Color information

#B0B970 (or 0xB0B970) is unknown color: approx Pine Glade. HEX triplet: B0, B9 and 70. RGB value is (176,185,112). Sum of RGB (Red+Green+Blue) = 176+185+112=473 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.21% from 473); Green value is 185 (72.66% from 255 or 39.11% from 473); Blue value is 112 (44.14% from 255 or 23.68% from 473); Max value from RGB is 185 - color contains mainly: green. Hex color #B0B970 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0B970 is #4F468F. Grayscale: #AEAEAE. Windows color (decimal): -5195408 or 7387568. OLE color: 7387568.

HSL color Cylindrical-coordinate representation of color #B0B970: hue angle of 67.4º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B0B970 is Cyan = 0.05, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB176185112-
CMYK0.0500.390.27
HSL67.4º34.27%58.24%-
HSV(B)67.4º39.46%72.55%-
XYZ38.1845.122.02-
YUV173.9993.02129.44-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.21%
GREEN value IS 185 (72.66% from 255) = 39.11%
BLUE value IS 112 (44.14% from 255) = 23.68%
R=37.21%
G=39.11%
B=23.68%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1761851120.0500.390.2767.434.2758.24
HexB0B97050271B43223a
Octal2602711605047331034272
Binary101100001011100111100001010100111110111000011100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B970; }

 p { color: rgb(176,185,112); }

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

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

 a { background-color: rgb(176,185,112); }

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

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

 span { border-color: rgb(176,185,112); }

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