Html Css Color HEX #BAB96E Dark Khaki

📋 copy color: '#BAB96E'

red 186 ◦ green 185 ◦ blue 110

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

Shades of Dark Khaki #BAB96E

Tints of Dark Khaki #BAB96E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 22.87%

R = 38.67%
G = 38.46%
B = 22.87%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BAB96E (or 0xBAB96E) is known color: Dark Khaki. HEX triplet: BA, B9 and 6E. RGB value is (186,185,110). Sum of RGB (Red+Green+Blue) = 186+185+110=481 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.67% from 481); Green value is 185 (72.66% from 255 or 38.46% from 481); Blue value is 110 (43.36% from 255 or 22.87% from 481); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB96E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB96E is #454691. Grayscale: #B1B1B1. Windows color (decimal): -4540050 or 7256506. OLE color: 7256506.

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

Color convert

RGB 186 185 110 -
CMYK 0 0.01 0.41 0.27
HSL 59.21º 0.36% 0.58% -
HSV(B) 59.21º 0.41% 0.73% -
XYZ 40.41 46.26 21.55 -
YUV 176.75 90.33 134.6 -
System Red Green Blue C M Y K H S L
Decimal 186 185 110 0 0.01 0.41 0.27 59.21 0.36 0.58
Hex BA B9 6E 0 1 29 1B 3B 24 3A
Octal 272 271 156 0 1 51 33 73 44 72
Binary 10111010 10111001 1101110 0 1 101001 11011 111011 100100 111010

Color Harmonies of #BAB96E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB96E

Black with #BAB96E

Text Example


Text Example

White with #BAB96E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB96E; }

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

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

background-color css

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

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

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

border-color css

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

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

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