Html Css Color HEX #BAB466 Dark Khaki

📋 copy color: '#BAB466'

red 186 ◦ green 180 ◦ blue 102

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

Shades of Dark Khaki #BAB466

Tints of Dark Khaki #BAB466

RGB

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

 GREEN value IS 180 (70.7% from 255) = 38.46%

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

R = 39.74%
G = 38.46%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#BAB466 (or 0xBAB466) is known color: Dark Khaki. HEX triplet: BA, B4 and 66. RGB value is (186,180,102). Sum of RGB (Red+Green+Blue) = 186+180+102=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 180 (70.70% from 255 or 38.46% from 468); Blue value is 102 (40.23% from 255 or 21.79% from 468); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB466 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB466 is #454B99. Grayscale: #ADADAD. Windows color (decimal): -4541338 or 6730938. OLE color: 6730938.

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

Color convert

RGB 186 180 102 -
CMYK 0 0.03 0.45 0.27
HSL 55.71º 0.38% 0.56% -
HSV(B) 55.71º 0.45% 0.73% -
XYZ 38.97 44.04 19.02 -
YUV 172.9 87.99 137.34 -
System Red Green Blue C M Y K H S L
Decimal 186 180 102 0 0.03 0.45 0.27 55.71 0.38 0.56
Hex BA B4 66 0 3 2D 1B 38 26 38
Octal 272 264 146 0 3 55 33 70 46 70
Binary 10111010 10110100 1100110 0 11 101101 11011 111000 100110 111000

Color Harmonies of #BAB466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB466

Black with #BAB466

Text Example


Text Example

White with #BAB466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB466; }

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

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

background-color css

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

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

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

border-color css

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

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

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