Html Css Color HEX #BABA66 Dark Khaki

📋 copy color: '#BABA66'

red 186 ◦ green 186 ◦ blue 102

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

Shades of Dark Khaki #BABA66

Tints of Dark Khaki #BABA66

RGB

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

 GREEN value IS 186 (73.05% from 255) = 39.24%

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

R = 39.24%
G = 39.24%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#BABA66 (or 0xBABA66) is known color: Dark Khaki. HEX triplet: BA, BA and 66. RGB value is (186,186,102). Sum of RGB (Red+Green+Blue) = 186+186+102=474 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.24% from 474); Green value is 186 (73.05% from 255 or 39.24% from 474); Blue value is 102 (40.23% from 255 or 21.52% from 474); Max value from RGB is 186 - color contains mainly: red, green. Hex color #BABA66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABA66 is #454599. Grayscale: #B0B0B0. Windows color (decimal): -4539802 or 6732474. OLE color: 6732474.

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

Color convert

RGB 186 186 102 -
CMYK 0 0 0.45 0.27
HSL 60º 0.38% 0.56% -
HSV(B) 60º 0.45% 0.73% -
XYZ 40.21 46.52 19.43 -
YUV 176.42 86 134.83 -
System Red Green Blue C M Y K H S L
Decimal 186 186 102 0 0 0.45 0.27 60 0.38 0.56
Hex BA BA 66 0 0 2D 1B 3C 26 38
Octal 272 272 146 0 0 55 33 74 46 70
Binary 10111010 10111010 1100110 0 0 101101 11011 111100 100110 111000

Color Harmonies of #BABA66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABA66

Black with #BABA66

Text Example


Text Example

White with #BABA66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABA66; }

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

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

background-color css

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

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

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

border-color css

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

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

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