Html Css Color HEX #BAB966 Dark Khaki

📋 copy color: '#BAB966'

red 186 ◦ green 185 ◦ blue 102

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

Shades of Dark Khaki #BAB966

Tints of Dark Khaki #BAB966

RGB

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

 GREEN value IS 185 (72.66% from 255) = 39.11%

 BLUE value IS 102 (40.23% from 255) = 21.56%

R = 39.32%
G = 39.11%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#BAB966 (or 0xBAB966) is known color: Dark Khaki. HEX triplet: BA, B9 and 66. RGB value is (186,185,102). Sum of RGB (Red+Green+Blue) = 186+185+102=473 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.32% from 473); Green value is 185 (72.66% from 255 or 39.11% from 473); Blue value is 102 (40.23% from 255 or 21.56% from 473); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB966 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB966 is #454699. Grayscale: #B0B0B0. Windows color (decimal): -4540058 or 6732218. OLE color: 6732218.

HSL color Cylindrical-coordinate representation of color #BAB966: hue angle of 59.29º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BAB966 is Cyan = 0, Magento = 0.01, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 185 102 -
CMYK 0 0.01 0.45 0.27
HSL 59.29º 0.38% 0.56% -
HSV(B) 59.29º 0.45% 0.73% -
XYZ 40 46.1 19.36 -
YUV 175.84 86.33 135.25 -
System Red Green Blue C M Y K H S L
Decimal 186 185 102 0 0.01 0.45 0.27 59.29 0.38 0.56
Hex BA B9 66 0 1 2D 1B 3B 26 38
Octal 272 271 146 0 1 55 33 73 46 70
Binary 10111010 10111001 1100110 0 1 101101 11011 111011 100110 111000

Color Harmonies of #BAB966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB966

Black with #BAB966

Text Example


Text Example

White with #BAB966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB966; }

 p { color: rgb(186,185,102); }

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

background-color css

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

 a { background-color: rgb(186,185,102); }

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

border-color css

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

 span { border-color: rgb(186,185,102); }

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