#B4B981

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

Shades of Pine Glade #B4B981

Tints of Pine Glade #B4B981

Color information

#B4B981 (or 0xB4B981) is unknown color: approx Pine Glade. HEX triplet: B4, B9 and 81. RGB value is (180,185,129). Sum of RGB (Red+Green+Blue) = 180+185+129=494 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.44% from 494); Green value is 185 (72.66% from 255 or 37.45% from 494); Blue value is 129 (50.78% from 255 or 26.11% from 494); Max value from RGB is 185 - color contains mainly: green. Hex color #B4B981 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4B981 is #4B467E. Grayscale: #B1B1B1. Windows color (decimal): -4933247 or 8501684. OLE color: 8501684.

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

Color convert

RGB180185129-
CMYK0.0300.300.27
HSL65.36º28.57%61.57%-
HSV(B)65.36º30.27%72.55%-
XYZ40.1345.9927.53-
YUV177.12100.84130.05-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.44%
GREEN value IS 185 (72.66% from 255) = 37.45%
BLUE value IS 129 (50.78% from 255) = 26.11%
R=36.44%
G=37.45%
B=26.11%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1801851290.0300.300.2765.3628.5761.57
HexB4B981301E1B411d3e
Octal2642712013036331013576
Binary1011010010111001100000011101111011011100000111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B981; }

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

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

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

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

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

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

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

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