Html Css Color HEX #BAB96F Dark Khaki

📋 copy color: '#BAB96F'

red 186 ◦ green 185 ◦ blue 111

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

Shades of Dark Khaki #BAB96F

Tints of Dark Khaki #BAB96F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 23.03%

R = 38.59%
G = 38.38%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BAB96F (or 0xBAB96F) is known color: Dark Khaki. HEX triplet: BA, B9 and 6F. RGB value is (186,185,111). Sum of RGB (Red+Green+Blue) = 186+185+111=482 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.59% from 482); Green value is 185 (72.66% from 255 or 38.38% from 482); Blue value is 111 (43.75% from 255 or 23.03% from 482); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB96F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB96F is #454690. Grayscale: #B1B1B1. Windows color (decimal): -4540049 or 7322042. OLE color: 7322042.

HSL color Cylindrical-coordinate representation of color #BAB96F: hue angle of 59.2º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BAB96F is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 185 111 -
CMYK 0 0.01 0.40 0.27
HSL 59.2º 0.35% 0.58% -
HSV(B) 59.2º 0.4% 0.73% -
XYZ 40.47 46.28 21.84 -
YUV 176.86 90.83 134.52 -
System Red Green Blue C M Y K H S L
Decimal 186 185 111 0 0.01 0.40 0.27 59.2 0.35 0.58
Hex BA B9 6F 0 1 28 1B 3B 23 3A
Octal 272 271 157 0 1 50 33 73 43 72
Binary 10111010 10111001 1101111 0 1 101000 11011 111011 100011 111010

Color Harmonies of #BAB96F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB96F

Black with #BAB96F

Text Example


Text Example

White with #BAB96F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB96F; }

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

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

background-color css

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

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

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

border-color css

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

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

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