#BDBE80

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

Shades of Pine Glade #BDBE80

Tints of Pine Glade #BDBE80

Color information

#BDBE80 (or 0xBDBE80) is unknown color: approx Pine Glade. HEX triplet: BD, BE and 80. RGB value is (189,190,128). Sum of RGB (Red+Green+Blue) = 189+190+128=507 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.28% from 507); Green value is 190 (74.61% from 255 or 37.48% from 507); Blue value is 128 (50.39% from 255 or 25.25% from 507); Max value from RGB is 190 - color contains mainly: green. Hex color #BDBE80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBE80 is #42417F. Grayscale: #B6B6B6. Windows color (decimal): -4342144 or 8437437. OLE color: 8437437.

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

Color convert

RGB189190128-
CMYK0.0100.330.25
HSL60.97º32.29%62.35%-
HSV(B)60.97º32.63%74.51%-
XYZ43.349.227.64-
YUV182.6397.17132.54-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.28%
GREEN value IS 190 (74.61% from 255) = 37.48%
BLUE value IS 128 (50.39% from 255) = 25.25%
R=37.28%
G=37.48%
B=25.25%

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
Decimal1891901280.0100.330.2560.9732.2962.35
HexBDBE801021193d203e
Octal275276200104131754076
Binary1011110110111110100000001010000111001111101100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBE80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBE80; }

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

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

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

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

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

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

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

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