#BDBB61

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

Shades of Dark Khaki #BDBB61

Tints of Dark Khaki #BDBB61

Color information

#BDBB61 (or 0xBDBB61) is unknown color: approx Dark Khaki. HEX triplet: BD, BB and 61. RGB value is (189,187,97). Sum of RGB (Red+Green+Blue) = 189+187+97=473 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.96% from 473); Green value is 187 (73.44% from 255 or 39.53% from 473); Blue value is 97 (38.28% from 255 or 20.51% from 473); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBB61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBB61 is #42449E. Grayscale: #B1B1B1. Windows color (decimal): -4342943 or 6405053. OLE color: 6405053.

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

Color convert

RGB18918797-
CMYK00.010.490.26
HSL58.7º41.07%56.08%-
HSV(B)58.7º48.68%74.12%-
XYZ40.9147.2218.27-
YUV177.3482.66136.32-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.96%
GREEN value IS 187 (73.44% from 255) = 39.53%
BLUE value IS 97 (38.28% from 255) = 20.51%
R=39.96%
G=39.53%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.49
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891879700.010.490.2658.741.0756.08
HexBDBB6101311A3b2938
Octal275273141016132735170
Binary101111011011101111000010111000111010111011101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBB61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBB61; }

 p { color: rgb(189,187,97); }

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

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

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

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

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

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

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