#BDBD83

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

Shades of Pine Glade #BDBD83

Tints of Pine Glade #BDBD83

Color information

#BDBD83 (or 0xBDBD83) is unknown color: approx Pine Glade. HEX triplet: BD, BD and 83. RGB value is (189,189,131). Sum of RGB (Red+Green+Blue) = 189+189+131=509 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.13% from 509); Green value is 189 (74.22% from 255 or 37.13% from 509); Blue value is 131 (51.56% from 255 or 25.74% from 509); Max value from RGB is 189 - color contains mainly: red, green. Hex color #BDBD83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBD83 is #42427C. Grayscale: #B6B6B6. Windows color (decimal): -4342397 or 8633789. OLE color: 8633789.

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

Color convert

RGB189189131-
CMYK000.310.26
HSL60º30.53%62.75%-
HSV(B)60º30.69%74.12%-
XYZ43.2848.8528.62-
YUV182.3999132.72-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.13%
GREEN value IS 189 (74.22% from 255) = 37.13%
BLUE value IS 131 (51.56% from 255) = 25.74%
R=37.13%
G=37.13%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189189131000.310.266030.5362.75
HexBDBD83001F1A3c1f3f
Octal275275203003732743777
Binary10111101101111011000001100111111101011110011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBD83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBD83; }

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

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

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

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

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

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

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

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