#B0B972

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

Shades of Pine Glade #B0B972

Tints of Pine Glade #B0B972

Color information

#B0B972 (or 0xB0B972) is unknown color: approx Pine Glade. HEX triplet: B0, B9 and 72. RGB value is (176,185,114). Sum of RGB (Red+Green+Blue) = 176+185+114=475 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.05% from 475); Green value is 185 (72.66% from 255 or 38.95% from 475); Blue value is 114 (44.92% from 255 or 24% from 475); Max value from RGB is 185 - color contains mainly: green. Hex color #B0B972 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0B972 is #4F468D. Grayscale: #AEAEAE. Windows color (decimal): -5195406 or 7518640. OLE color: 7518640.

HSL color Cylindrical-coordinate representation of color #B0B972: hue angle of 67.61º degrees, saturation: 0.34, 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 #B0B972 is Cyan = 0.05, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB176185114-
CMYK0.0500.380.27
HSL67.61º33.65%58.63%-
HSV(B)67.61º38.38%72.55%-
XYZ38.2945.1422.61-
YUV174.2294.02129.27-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.05%
GREEN value IS 185 (72.66% from 255) = 38.95%
BLUE value IS 114 (44.92% from 255) = 24%
R=37.05%
G=38.95%
B=24%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1761851140.0500.380.2767.6133.6558.63
HexB0B97250261B44223b
Octal2602711625046331044273
Binary101100001011100111100101010100110110111000100100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B972; }

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

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

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

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

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

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

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

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