#B4BF71

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

Shades of Pine Glade #B4BF71

Tints of Pine Glade #B4BF71

Color information

#B4BF71 (or 0xB4BF71) is unknown color: approx Pine Glade. HEX triplet: B4, BF and 71. RGB value is (180,191,113). Sum of RGB (Red+Green+Blue) = 180+191+113=484 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.19% from 484); Green value is 191 (75% from 255 or 39.46% from 484); Blue value is 113 (44.53% from 255 or 23.35% from 484); Max value from RGB is 191 - color contains mainly: green. Hex color #B4BF71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4BF71 is #4B408E. Grayscale: #B3B3B3. Windows color (decimal): -4931727 or 7454644. OLE color: 7454644.

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

Color convert

RGB180191113-
CMYK0.0600.410.25
HSL68.46º37.86%59.61%-
HSV(B)68.46º40.84%74.9%-
XYZ40.4348.1622.79-
YUV178.8290.86128.84-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.19%
GREEN value IS 191 (75% from 255) = 39.46%
BLUE value IS 113 (44.53% from 255) = 23.35%
R=37.19%
G=39.46%
B=23.35%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1801911130.0600.410.2568.4637.8659.61
HexB4BF7160291944263c
Octal2642771616051311044674
Binary101101001011111111100011100101001110011000100100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BF71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BF71; }

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

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

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

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

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

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

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

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