#B4B97C

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

Shades of Pine Glade #B4B97C

Tints of Pine Glade #B4B97C

Color information

#B4B97C (or 0xB4B97C) is unknown color: approx Pine Glade. HEX triplet: B4, B9 and 7C. RGB value is (180,185,124). Sum of RGB (Red+Green+Blue) = 180+185+124=489 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.81% from 489); Green value is 185 (72.66% from 255 or 37.83% from 489); Blue value is 124 (48.83% from 255 or 25.36% from 489); Max value from RGB is 185 - color contains mainly: green. Hex color #B4B97C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4B97C is #4B4683. Grayscale: #B0B0B0. Windows color (decimal): -4933252 or 8174004. OLE color: 8174004.

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

Color convert

RGB180185124-
CMYK0.0300.330.27
HSL64.92º30.35%60.59%-
HSV(B)64.92º32.97%72.55%-
XYZ39.8145.8625.82-
YUV176.5598.34130.46-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.81%
GREEN value IS 185 (72.66% from 255) = 37.83%
BLUE value IS 124 (48.83% from 255) = 25.36%
R=36.81%
G=37.83%
B=25.36%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1801851240.0300.330.2764.9230.3560.59
HexB4B97C30211B411e3d
Octal2642711743041331013675
Binary1011010010111001111110011010000111011100000111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B97C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B97C; }

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

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

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

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

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

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

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

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