Html Css Color HEX #BAB468 Dark Khaki

📋 copy color: '#BAB468'

red 186 ◦ green 180 ◦ blue 104

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

Shades of Dark Khaki #BAB468

Tints of Dark Khaki #BAB468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 22.13%

R = 39.57%
G = 38.3%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#BAB468 (or 0xBAB468) is known color: Dark Khaki. HEX triplet: BA, B4 and 68. RGB value is (186,180,104). Sum of RGB (Red+Green+Blue) = 186+180+104=470 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.57% from 470); Green value is 180 (70.70% from 255 or 38.30% from 470); Blue value is 104 (41.02% from 255 or 22.13% from 470); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB468 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB468 is #454B97. Grayscale: #ADADAD. Windows color (decimal): -4541336 or 6862010. OLE color: 6862010.

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

Color convert

RGB 186 180 104 -
CMYK 0 0.03 0.44 0.27
HSL 55.61º 0.37% 0.57% -
HSV(B) 55.61º 0.44% 0.73% -
XYZ 39.07 44.08 19.55 -
YUV 173.13 88.99 137.18 -
System Red Green Blue C M Y K H S L
Decimal 186 180 104 0 0.03 0.44 0.27 55.61 0.37 0.57
Hex BA B4 68 0 3 2C 1B 38 25 39
Octal 272 264 150 0 3 54 33 70 45 71
Binary 10111010 10110100 1101000 0 11 101100 11011 111000 100101 111001

Color Harmonies of #BAB468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB468

Black with #BAB468

Text Example


Text Example

White with #BAB468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB468; }

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

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

background-color css

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

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

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

border-color css

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

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

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