#BDBD8A

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

Shades of Pine Glade #BDBD8A

Tints of Pine Glade #BDBD8A

Color information

#BDBD8A (or 0xBDBD8A) is unknown color: approx Pine Glade. HEX triplet: BD, BD and 8A. RGB value is (189,189,138). Sum of RGB (Red+Green+Blue) = 189+189+138=516 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.63% from 516); Green value is 189 (74.22% from 255 or 36.63% from 516); Blue value is 138 (54.30% from 255 or 26.74% from 516); Max value from RGB is 189 - color contains mainly: red, green. Hex color #BDBD8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBD8A is #424275. Grayscale: #B7B7B7. Windows color (decimal): -4342390 or 9092541. OLE color: 9092541.

HSL color Cylindrical-coordinate representation of color #BDBD8A: hue angle of 60º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BDBD8A is Cyan = 0, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.26.

Color convert

RGB189189138-
CMYK000.270.26
HSL60º27.87%64.12%-
HSV(B)60º26.98%74.12%-
XYZ43.7749.0531.21-
YUV183.19102.5132.15-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.63%
GREEN value IS 189 (74.22% from 255) = 36.63%
BLUE value IS 138 (54.30% from 255) = 26.74%
R=36.63%
G=36.63%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189189138000.270.266027.8764.12
HexBDBD8A001B1A3c1c40
Octal2752752120033327434100
Binary101111011011110110001010001101111010111100111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBD8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBD8A; }

 p { color: rgb(189,189,138); }

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

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

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

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

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

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

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