Html Css Color HEX #BABA68 Dark Khaki

📋 copy color: '#BABA68'

red 186 ◦ green 186 ◦ blue 104

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

Shades of Dark Khaki #BABA68

Tints of Dark Khaki #BABA68

RGB

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

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

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

R = 39.08%
G = 39.08%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#BABA68 (or 0xBABA68) is known color: Dark Khaki. HEX triplet: BA, BA and 68. RGB value is (186,186,104). Sum of RGB (Red+Green+Blue) = 186+186+104=476 (63% of max value = 765). Red value is 186 (73.05% from 255 or 39.08% from 476); Green value is 186 (73.05% from 255 or 39.08% from 476); Blue value is 104 (41.02% from 255 or 21.85% from 476); Max value from RGB is 186 - color contains mainly: red, green. Hex color #BABA68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABA68 is #454597. Grayscale: #B0B0B0. Windows color (decimal): -4539800 or 6863546. OLE color: 6863546.

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

Color convert

RGB 186 186 104 -
CMYK 0 0 0.44 0.27
HSL 60º 0.37% 0.57% -
HSV(B) 60º 0.44% 0.73% -
XYZ 40.31 46.56 19.96 -
YUV 176.65 87 134.67 -
System Red Green Blue C M Y K H S L
Decimal 186 186 104 0 0 0.44 0.27 60 0.37 0.57
Hex BA BA 68 0 0 2C 1B 3C 25 39
Octal 272 272 150 0 0 54 33 74 45 71
Binary 10111010 10111010 1101000 0 0 101100 11011 111100 100101 111001

Color Harmonies of #BABA68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABA68

Black with #BABA68

Text Example


Text Example

White with #BABA68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABA68; }

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

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

background-color css

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

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

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

border-color css

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

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

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