#BDBF84

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

Shades of Pine Glade #BDBF84

Tints of Pine Glade #BDBF84

Color information

#BDBF84 (or 0xBDBF84) is unknown color: approx Pine Glade. HEX triplet: BD, BF and 84. RGB value is (189,191,132). Sum of RGB (Red+Green+Blue) = 189+191+132=512 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.91% from 512); Green value is 191 (75% from 255 or 37.30% from 512); Blue value is 132 (51.95% from 255 or 25.78% from 512); Max value from RGB is 191 - color contains mainly: green. Hex color #BDBF84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBF84 is #42407B. Grayscale: #B7B7B7. Windows color (decimal): -4341884 or 8699837. OLE color: 8699837.

HSL color Cylindrical-coordinate representation of color #BDBF84: hue angle of 62.03º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BDBF84 is Cyan = 0.01, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB189191132-
CMYK0.0100.310.25
HSL62.03º31.55%63.33%-
HSV(B)62.03º30.89%74.9%-
XYZ43.7849.7529.12-
YUV183.6898.84131.8-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.91%
GREEN value IS 191 (75% from 255) = 37.30%
BLUE value IS 132 (51.95% from 255) = 25.78%
R=36.91%
G=37.30%
B=25.78%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1891911320.0100.310.2562.0331.5563.33
HexBDBF84101F193e203f
Octal275277204103731764077
Binary101111011011111110000100101111111001111110100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBF84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBF84; }

 p { color: rgb(189,191,132); }

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

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

 a { background-color: rgb(189,191,132); }

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

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

 span { border-color: rgb(189,191,132); }

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