#B2B973

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

Shades of Pine Glade #B2B973

Tints of Pine Glade #B2B973

Color information

#B2B973 (or 0xB2B973) is unknown color: approx Pine Glade. HEX triplet: B2, B9 and 73. RGB value is (178,185,115). Sum of RGB (Red+Green+Blue) = 178+185+115=478 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.24% from 478); Green value is 185 (72.66% from 255 or 38.70% from 478); Blue value is 115 (45.31% from 255 or 24.06% from 478); Max value from RGB is 185 - color contains mainly: green. Hex color #B2B973 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B973 is #4D468C. Grayscale: #AFAFAF. Windows color (decimal): -5064333 or 7584178. OLE color: 7584178.

HSL color Cylindrical-coordinate representation of color #B2B973: hue angle of 66º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B2B973 is Cyan = 0.04, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB178185115-
CMYK0.0400.380.27
HSL66º33.33%58.82%-
HSV(B)66º37.84%72.55%-
XYZ38.845.422.94-
YUV174.9394.18130.19-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.24%
GREEN value IS 185 (72.66% from 255) = 38.70%
BLUE value IS 115 (45.31% from 255) = 24.06%
R=37.24%
G=38.70%
B=24.06%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1781851150.0400.380.276633.3358.82
HexB2B97340261B42213b
Octal2622711634046331024173
Binary101100101011100111100111000100110110111000010100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B973; }

 p { color: rgb(178,185,115); }

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

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

 a { background-color: rgb(178,185,115); }

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

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

 span { border-color: rgb(178,185,115); }

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