Html Css Color HEX #BABA63 Dark Khaki

📋 copy color: '#BABA63'

red 186 ◦ green 186 ◦ blue 99

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

Shades of Dark Khaki #BABA63

Tints of Dark Khaki #BABA63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 21.02%

R = 39.49%
G = 39.49%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BABA63 (or 0xBABA63) is known color: Dark Khaki. HEX triplet: BA, BA and 63. RGB value is (186,186,99). Sum of RGB (Red+Green+Blue) = 186+186+99=471 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.49% from 471); Green value is 186 (73.05% from 255 or 39.49% from 471); Blue value is 99 (39.06% from 255 or 21.02% from 471); Max value from RGB is 186 - color contains mainly: red, green. Hex color #BABA63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABA63 is #45459C. Grayscale: #B0B0B0. Windows color (decimal): -4539805 or 6535866. OLE color: 6535866.

HSL color Cylindrical-coordinate representation of color #BABA63: hue angle of 60º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BABA63 is Cyan = 0, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 186 99 -
CMYK 0 0 0.47 0.27
HSL 60º 0.39% 0.56% -
HSV(B) 60º 0.47% 0.73% -
XYZ 40.06 46.46 18.66 -
YUV 176.08 84.5 135.07 -
System Red Green Blue C M Y K H S L
Decimal 186 186 99 0 0 0.47 0.27 60 0.39 0.56
Hex BA BA 63 0 0 2F 1B 3C 27 38
Octal 272 272 143 0 0 57 33 74 47 70
Binary 10111010 10111010 1100011 0 0 101111 11011 111100 100111 111000

Color Harmonies of #BABA63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABA63

Black with #BABA63

Text Example


Text Example

White with #BABA63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABA63; }

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

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

background-color css

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

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

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

border-color css

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

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

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