Html Css Color HEX #BAB66C Dark Khaki

📋 copy color: '#BAB66C'

red 186 ◦ green 182 ◦ blue 108

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

Shades of Dark Khaki #BAB66C

Tints of Dark Khaki #BAB66C

RGB

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

 GREEN value IS 182 (71.48% from 255) = 38.24%

 BLUE value IS 108 (42.58% from 255) = 22.69%

R = 39.08%
G = 38.24%
B = 22.69%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#BAB66C (or 0xBAB66C) is known color: Dark Khaki. HEX triplet: BA, B6 and 6C. RGB value is (186,182,108). Sum of RGB (Red+Green+Blue) = 186+182+108=476 (63% of max value = 765). Red value is 186 (73.05% from 255 or 39.08% from 476); Green value is 182 (71.48% from 255 or 38.24% from 476); Blue value is 108 (42.58% from 255 or 22.69% from 476); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB66C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB66C is #454993. Grayscale: #AFAFAF. Windows color (decimal): -4540820 or 7124666. OLE color: 7124666.

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

Color convert

RGB 186 182 108 -
CMYK 0 0.02 0.42 0.27
HSL 56.92º 0.36% 0.58% -
HSV(B) 56.92º 0.42% 0.73% -
XYZ 39.68 44.98 20.78 -
YUV 174.76 90.33 136.02 -
System Red Green Blue C M Y K H S L
Decimal 186 182 108 0 0.02 0.42 0.27 56.92 0.36 0.58
Hex BA B6 6C 0 2 2A 1B 39 24 3A
Octal 272 266 154 0 2 52 33 71 44 72
Binary 10111010 10110110 1101100 0 10 101010 11011 111001 100100 111010

Color Harmonies of #BAB66C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB66C

Black with #BAB66C

Text Example


Text Example

White with #BAB66C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB66C; }

 p { color: rgb(186,182,108); }

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

background-color css

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

 a { background-color: rgb(186,182,108); }

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

border-color css

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

 span { border-color: rgb(186,182,108); }

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