#BDB962

Color #BDB962 Dark Khaki (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Khaki #BDB962

Tints of Dark Khaki #BDB962

Color information

#BDB962 (or 0xBDB962) is unknown color: approx Dark Khaki. HEX triplet: BD, B9 and 62. RGB value is (189,185,98). Sum of RGB (Red+Green+Blue) = 189+185+98=472 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.04% from 472); Green value is 185 (72.66% from 255 or 39.19% from 472); Blue value is 98 (38.67% from 255 or 20.76% from 472); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB962 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB962 is #42469D. Grayscale: #B0B0B0. Windows color (decimal): -4343454 or 6470077. OLE color: 6470077.

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

Color convert

RGB18918598-
CMYK00.020.480.26
HSL57.36º40.81%56.27%-
HSV(B)57.36º48.15%74.12%-
XYZ40.5446.418.37-
YUV176.2883.83137.07-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.04%
GREEN value IS 185 (72.66% from 255) = 39.19%
BLUE value IS 98 (38.67% from 255) = 20.76%
R=40.04%
G=39.19%
B=20.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.48
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891859800.020.480.2657.3640.8156.27
HexBDB96202301A392938
Octal275271142026032715170
Binary1011110110111001110001001011000011010111001101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB962; }

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

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

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

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

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

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

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

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