Html Css Color HEX #BAB366 Dark Khaki

📋 copy color: '#BAB366'

red 186 ◦ green 179 ◦ blue 102

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

Shades of Dark Khaki #BAB366

Tints of Dark Khaki #BAB366

RGB

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

 GREEN value IS 179 (70.31% from 255) = 38.33%

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

R = 39.83%
G = 38.33%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#BAB366 (or 0xBAB366) is known color: Dark Khaki. HEX triplet: BA, B3 and 66. RGB value is (186,179,102). Sum of RGB (Red+Green+Blue) = 186+179+102=467 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.83% from 467); Green value is 179 (70.31% from 255 or 38.33% from 467); Blue value is 102 (40.23% from 255 or 21.84% from 467); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB366 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB366 is #454C99. Grayscale: #ACACAC. Windows color (decimal): -4541594 or 6730682. OLE color: 6730682.

HSL color Cylindrical-coordinate representation of color #BAB366: hue angle of 55º 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 #BAB366 is Cyan = 0, Magento = 0.04, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 179 102 -
CMYK 0 0.04 0.45 0.27
HSL 55º 0.38% 0.56% -
HSV(B) 55º 0.45% 0.73% -
XYZ 38.77 43.64 18.95 -
YUV 172.32 88.32 137.76 -
System Red Green Blue C M Y K H S L
Decimal 186 179 102 0 0.04 0.45 0.27 55 0.38 0.56
Hex BA B3 66 0 4 2D 1B 37 26 38
Octal 272 263 146 0 4 55 33 67 46 70
Binary 10111010 10110011 1100110 0 100 101101 11011 110111 100110 111000

Color Harmonies of #BAB366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB366

Black with #BAB366

Text Example


Text Example

White with #BAB366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB366; }

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

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

background-color css

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

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

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

border-color css

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

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

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