#B4BF76

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

Shades of Pine Glade #B4BF76

Tints of Pine Glade #B4BF76

Color information

#B4BF76 (or 0xB4BF76) is unknown color: approx Pine Glade. HEX triplet: B4, BF and 76. RGB value is (180,191,118). Sum of RGB (Red+Green+Blue) = 180+191+118=489 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.81% from 489); Green value is 191 (75% from 255 or 39.06% from 489); Blue value is 118 (46.48% from 255 or 24.13% from 489); Max value from RGB is 191 - color contains mainly: green. Hex color #B4BF76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4BF76 is #4B4089. Grayscale: #B3B3B3. Windows color (decimal): -4931722 or 7782324. OLE color: 7782324.

HSL color Cylindrical-coordinate representation of color #B4BF76: hue angle of 69.04º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B4BF76 is Cyan = 0.06, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB180191118-
CMYK0.0600.380.25
HSL69.04º36.32%60.59%-
HSV(B)69.04º38.22%74.9%-
XYZ40.7248.2724.31-
YUV179.3993.36128.44-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.81%
GREEN value IS 191 (75% from 255) = 39.06%
BLUE value IS 118 (46.48% from 255) = 24.13%
R=36.81%
G=39.06%
B=24.13%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1801911180.0600.380.2569.0436.3260.59
HexB4BF7660261945243d
Octal2642771666046311054475
Binary101101001011111111101101100100110110011000101100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BF76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BF76; }

 p { color: rgb(180,191,118); }

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

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

 a { background-color: rgb(180,191,118); }

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

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

 span { border-color: rgb(180,191,118); }

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