#BDB16A

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

Shades of Dark Khaki #BDB16A

Tints of Dark Khaki #BDB16A

Color information

#BDB16A (or 0xBDB16A) is unknown color: approx Dark Khaki. HEX triplet: BD, B1 and 6A. RGB value is (189,177,106). Sum of RGB (Red+Green+Blue) = 189+177+106=472 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.04% from 472); Green value is 177 (69.53% from 255 or 37.5% from 472); Blue value is 106 (41.80% from 255 or 22.46% from 472); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB16A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB16A is #424E95. Grayscale: #ACACAC. Windows color (decimal): -4345494 or 6992317. OLE color: 6992317.

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

Color convert

RGB189177106-
CMYK00.060.440.26
HSL51.33º38.6%57.84%-
HSV(B)51.33º43.92%74.12%-
XYZ39.3143.319.92-
YUV172.4990.48139.77-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.04%
GREEN value IS 177 (69.53% from 255) = 37.5%
BLUE value IS 106 (41.80% from 255) = 22.46%
R=40.04%
G=37.5%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917710600.060.440.2651.3338.657.84
HexBDB16A062C1A33273a
Octal275261152065432634772
Binary10111101101100011101010011010110011010110011100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB16A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB16A; }

 p { color: rgb(189,177,106); }

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

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

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

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

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

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

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