#BDBB62

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

Shades of Dark Khaki #BDBB62

Tints of Dark Khaki #BDBB62

Color information

#BDBB62 (or 0xBDBB62) is unknown color: approx Dark Khaki. HEX triplet: BD, BB and 62. RGB value is (189,187,98). Sum of RGB (Red+Green+Blue) = 189+187+98=474 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.87% from 474); Green value is 187 (73.44% from 255 or 39.45% from 474); Blue value is 98 (38.67% from 255 or 20.68% from 474); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBB62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBB62 is #42449D. Grayscale: #B1B1B1. Windows color (decimal): -4342942 or 6470589. OLE color: 6470589.

HSL color Cylindrical-coordinate representation of color #BDBB62: hue angle of 58.68º 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 #BDBB62 is Cyan = 0, Magento = 0.01, Yellow = 0.48 and Black (K on CMYK) = 0.26.

Color convert

RGB18918798-
CMYK00.010.480.26
HSL58.68º40.81%56.27%-
HSV(B)58.68º48.15%74.12%-
XYZ40.9647.2418.51-
YUV177.4583.16136.24-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.87%
GREEN value IS 187 (73.44% from 255) = 39.45%
BLUE value IS 98 (38.67% from 255) = 20.68%
R=39.87%
G=39.45%
B=20.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.48
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891879800.010.480.2658.6840.8156.27
HexBDBB6201301A3b2938
Octal275273142016032735170
Binary101111011011101111000100111000011010111011101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBB62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBB62; }

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

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

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

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

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

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

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

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