#BDBE81

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

Shades of Pine Glade #BDBE81

Tints of Pine Glade #BDBE81

Color information

#BDBE81 (or 0xBDBE81) is unknown color: approx Pine Glade. HEX triplet: BD, BE and 81. RGB value is (189,190,129). Sum of RGB (Red+Green+Blue) = 189+190+129=508 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.20% from 508); Green value is 190 (74.61% from 255 or 37.40% from 508); Blue value is 129 (50.78% from 255 or 25.39% from 508); Max value from RGB is 190 - color contains mainly: green. Hex color #BDBE81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBE81 is #42417E. Grayscale: #B6B6B6. Windows color (decimal): -4342143 or 8502973. OLE color: 8502973.

HSL color Cylindrical-coordinate representation of color #BDBE81: hue angle of 60.98º 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 #BDBE81 is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB189190129-
CMYK0.0100.320.25
HSL60.98º31.94%62.55%-
HSV(B)60.98º32.11%74.51%-
XYZ43.3649.2327.99-
YUV182.7597.67132.46-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.20%
GREEN value IS 190 (74.61% from 255) = 37.40%
BLUE value IS 129 (50.78% from 255) = 25.39%
R=37.20%
G=37.40%
B=25.39%

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
Decimal1891901290.0100.320.2560.9831.9462.55
HexBDBE811020193d203f
Octal275276201104031754077
Binary1011110110111110100000011010000011001111101100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBE81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBE81; }

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

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

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

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

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

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

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

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