#BDBF82

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

Shades of Pine Glade #BDBF82

Tints of Pine Glade #BDBF82

Color information

#BDBF82 (or 0xBDBF82) is unknown color: approx Pine Glade. HEX triplet: BD, BF and 82. RGB value is (189,191,130). Sum of RGB (Red+Green+Blue) = 189+191+130=510 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.06% from 510); Green value is 191 (75% from 255 or 37.45% from 510); Blue value is 130 (51.17% from 255 or 25.49% from 510); Max value from RGB is 191 - color contains mainly: green. Hex color #BDBF82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBF82 is #42407D. Grayscale: #B7B7B7. Windows color (decimal): -4341886 or 8568765. OLE color: 8568765.

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

Color convert

RGB189191130-
CMYK0.0100.320.25
HSL61.97º32.28%62.94%-
HSV(B)61.97º31.94%74.9%-
XYZ43.6549.6928.41-
YUV183.4597.84131.96-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.06%
GREEN value IS 191 (75% from 255) = 37.45%
BLUE value IS 130 (51.17% from 255) = 25.49%
R=37.06%
G=37.45%
B=25.49%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1891911300.0100.320.2561.9732.2862.94
HexBDBF821020193e203f
Octal275277202104031764077
Binary1011110110111111100000101010000011001111110100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBF82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBF82; }

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

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

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

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

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

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

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

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