Html Css Color HEX #BAB66D Dark Khaki

📋 copy color: '#BAB66D'

red 186 ◦ green 182 ◦ blue 109

#BAB66D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Khaki #BAB66D

Tints of Dark Khaki #BAB66D

RGB

 RED value IS 186 (73.05% from 255) = 38.99%

 GREEN value IS 182 (71.48% from 255) = 38.16%

 BLUE value IS 109 (42.97% from 255) = 22.85%

R = 38.99%
G = 38.16%
B = 22.85%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BAB66D (or 0xBAB66D) is known color: Dark Khaki. HEX triplet: BA, B6 and 6D. RGB value is (186,182,109). Sum of RGB (Red+Green+Blue) = 186+182+109=477 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.99% from 477); Green value is 182 (71.48% from 255 or 38.16% from 477); Blue value is 109 (42.97% from 255 or 22.85% from 477); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB66D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB66D is #454992. Grayscale: #AFAFAF. Windows color (decimal): -4540819 or 7190202. OLE color: 7190202.

HSL color Cylindrical-coordinate representation of color #BAB66D: hue angle of 56.88º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BAB66D is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 182 109 -
CMYK 0 0.02 0.41 0.27
HSL 56.88º 0.36% 0.58% -
HSV(B) 56.88º 0.41% 0.73% -
XYZ 39.74 45 21.06 -
YUV 174.87 90.83 135.94 -
System Red Green Blue C M Y K H S L
Decimal 186 182 109 0 0.02 0.41 0.27 56.88 0.36 0.58
Hex BA B6 6D 0 2 29 1B 39 24 3A
Octal 272 266 155 0 2 51 33 71 44 72
Binary 10111010 10110110 1101101 0 10 101001 11011 111001 100100 111010

Color Harmonies of #BAB66D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB66D

Black with #BAB66D

Text Example


Text Example

White with #BAB66D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB66D; }

 p { color: rgb(186,182,109); }

 H1.HeaderClassName
 {
   color: #BAB66D;
 }
 .AnyTagClassName
 {
   color: #BAB66D;
 }
</style>

background-color css

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

 a { background-color: rgb(186,182,109); }

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

border-color css

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

 span { border-color: rgb(186,182,109); }

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