#BDBD7A

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

Shades of Pine Glade #BDBD7A

Tints of Pine Glade #BDBD7A

Color information

#BDBD7A (or 0xBDBD7A) is unknown color: approx Pine Glade. HEX triplet: BD, BD and 7A. RGB value is (189,189,122). Sum of RGB (Red+Green+Blue) = 189+189+122=500 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.8% from 500); Green value is 189 (74.22% from 255 or 37.8% from 500); Blue value is 122 (48.05% from 255 or 24.4% from 500); Max value from RGB is 189 - color contains mainly: red, green. Hex color #BDBD7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBD7A is #424285. Grayscale: #B5B5B5. Windows color (decimal): -4342406 or 8043965. OLE color: 8043965.

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

Color convert

RGB189189122-
CMYK000.350.26
HSL60º33.67%60.98%-
HSV(B)60º35.45%74.12%-
XYZ42.748.6225.55-
YUV181.3694.5133.45-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.8%
GREEN value IS 189 (74.22% from 255) = 37.8%
BLUE value IS 122 (48.05% from 255) = 24.4%
R=37.8%
G=37.8%
B=24.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189189122000.350.266033.6760.98
HexBDBD7A00231A3c223d
Octal275275172004332744275
Binary101111011011110111110100010001111010111100100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBD7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBD7A; }

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

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

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

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

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

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

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

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