#B4B972

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

Shades of Pine Glade #B4B972

Tints of Pine Glade #B4B972

Color information

#B4B972 (or 0xB4B972) is unknown color: approx Pine Glade. HEX triplet: B4, B9 and 72. RGB value is (180,185,114). Sum of RGB (Red+Green+Blue) = 180+185+114=479 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.58% from 479); Green value is 185 (72.66% from 255 or 38.62% from 479); Blue value is 114 (44.92% from 255 or 23.80% from 479); Max value from RGB is 185 - color contains mainly: green. Hex color #B4B972 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4B972 is #4B468D. Grayscale: #AFAFAF. Windows color (decimal): -4933262 or 7518644. OLE color: 7518644.

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

Color convert

RGB180185114-
CMYK0.0300.380.27
HSL64.23º33.65%58.63%-
HSV(B)64.23º38.38%72.55%-
XYZ39.2145.6222.66-
YUV175.4193.34131.27-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.58%
GREEN value IS 185 (72.66% from 255) = 38.62%
BLUE value IS 114 (44.92% from 255) = 23.80%
R=37.58%
G=38.62%
B=23.80%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1801851140.0300.380.2764.2333.6558.63
HexB4B97230261B40223b
Octal2642711623046331004273
Binary10110100101110011110010110100110110111000000100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B972; }

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

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

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

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

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

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

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

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