Html Css Color HEX #BAB96B Dark Khaki

📋 copy color: '#BAB96B'

red 186 ◦ green 185 ◦ blue 107

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

Shades of Dark Khaki #BAB96B

Tints of Dark Khaki #BAB96B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 22.38%

R = 38.91%
G = 38.7%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#BAB96B (or 0xBAB96B) is known color: Dark Khaki. HEX triplet: BA, B9 and 6B. RGB value is (186,185,107). Sum of RGB (Red+Green+Blue) = 186+185+107=478 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.91% from 478); Green value is 185 (72.66% from 255 or 38.70% from 478); Blue value is 107 (42.19% from 255 or 22.38% from 478); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB96B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB96B is #454694. Grayscale: #B0B0B0. Windows color (decimal): -4540053 or 7059898. OLE color: 7059898.

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

Color convert

RGB 186 185 107 -
CMYK 0 0.01 0.42 0.27
HSL 59.24º 0.36% 0.57% -
HSV(B) 59.24º 0.42% 0.73% -
XYZ 40.25 46.2 20.71 -
YUV 176.41 88.83 134.84 -
System Red Green Blue C M Y K H S L
Decimal 186 185 107 0 0.01 0.42 0.27 59.24 0.36 0.57
Hex BA B9 6B 0 1 2A 1B 3B 24 39
Octal 272 271 153 0 1 52 33 73 44 71
Binary 10111010 10111001 1101011 0 1 101010 11011 111011 100100 111001

Color Harmonies of #BAB96B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB96B

Black with #BAB96B

Text Example


Text Example

White with #BAB96B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB96B; }

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

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

background-color css

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

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

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

border-color css

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

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

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