#BDBF80

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

Shades of Pine Glade #BDBF80

Tints of Pine Glade #BDBF80

Color information

#BDBF80 (or 0xBDBF80) is unknown color: approx Pine Glade. HEX triplet: BD, BF and 80. RGB value is (189,191,128). Sum of RGB (Red+Green+Blue) = 189+191+128=508 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.20% from 508); Green value is 191 (75% from 255 or 37.60% from 508); Blue value is 128 (50.39% from 255 or 25.20% from 508); Max value from RGB is 191 - color contains mainly: green. Hex color #BDBF80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBF80 is #42407F. Grayscale: #B7B7B7. Windows color (decimal): -4341888 or 8437693. OLE color: 8437693.

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

Color convert

RGB189191128-
CMYK0.0100.330.25
HSL61.9º32.98%62.55%-
HSV(B)61.9º32.98%74.9%-
XYZ43.5149.6427.71-
YUV183.2296.84132.12-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.20%
GREEN value IS 191 (75% from 255) = 37.60%
BLUE value IS 128 (50.39% from 255) = 25.20%
R=37.20%
G=37.60%
B=25.20%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1891911280.0100.330.2561.932.9862.55
HexBDBF801021193e213f
Octal275277200104131764177
Binary1011110110111111100000001010000111001111110100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBF80; }

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

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

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

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

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

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

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

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