#BDB97B

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

Shades of Pine Glade #BDB97B

Tints of Pine Glade #BDB97B

Color information

#BDB97B (or 0xBDB97B) is unknown color: approx Pine Glade. HEX triplet: BD, B9 and 7B. RGB value is (189,185,123). Sum of RGB (Red+Green+Blue) = 189+185+123=497 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.03% from 497); Green value is 185 (72.66% from 255 or 37.22% from 497); Blue value is 123 (48.44% from 255 or 24.75% from 497); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB97B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB97B is #424684. Grayscale: #B3B3B3. Windows color (decimal): -4343429 or 8108477. OLE color: 8108477.

HSL color Cylindrical-coordinate representation of color #BDB97B: hue angle of 56.36º degrees, saturation: 0.33, 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 #BDB97B is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB189185123-
CMYK00.020.350.26
HSL56.36º33.33%61.18%-
HSV(B)56.36º34.92%74.12%-
XYZ41.9146.9525.59-
YUV179.1396.33135.04-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.03%
GREEN value IS 185 (72.66% from 255) = 37.22%
BLUE value IS 123 (48.44% from 255) = 24.75%
R=38.03%
G=37.22%
B=24.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918512300.020.350.2656.3633.3361.18
HexBDB97B02231A38213d
Octal275271173024332704175
Binary1011110110111001111101101010001111010111000100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB97B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB97B; }

 p { color: rgb(189,185,123); }

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

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

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

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

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

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

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