Html Css Color HEX #BABB64 Dark Khaki

📋 copy color: '#BABB64'

red 186 ◦ green 187 ◦ blue 100

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

Shades of Dark Khaki #BABB64

Tints of Dark Khaki #BABB64

RGB

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

 GREEN value IS 187 (73.44% from 255) = 39.53%

 BLUE value IS 100 (39.45% from 255) = 21.14%

R = 39.32%
G = 39.53%
B = 21.14%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BABB64 (or 0xBABB64) is known color: Dark Khaki. HEX triplet: BA, BB and 64. RGB value is (186,187,100). Sum of RGB (Red+Green+Blue) = 186+187+100=473 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.32% from 473); Green value is 187 (73.44% from 255 or 39.53% from 473); Blue value is 100 (39.45% from 255 or 21.14% from 473); Max value from RGB is 187 - color contains mainly: green. Hex color #BABB64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABB64 is #45449B. Grayscale: #B1B1B1. Windows color (decimal): -4539548 or 6601658. OLE color: 6601658.

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

Color convert

RGB 186 187 100 -
CMYK 0.01 0 0.47 0.27
HSL 60.69º 0.39% 0.56% -
HSV(B) 60.69º 0.47% 0.73% -
XYZ 40.32 46.9 18.98 -
YUV 176.78 84.67 134.57 -
System Red Green Blue C M Y K H S L
Decimal 186 187 100 0.01 0 0.47 0.27 60.69 0.39 0.56
Hex BA BB 64 1 0 2F 1B 3D 27 38
Octal 272 273 144 1 0 57 33 75 47 70
Binary 10111010 10111011 1100100 1 0 101111 11011 111101 100111 111000

Color Harmonies of #BABB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABB64

Black with #BABB64

Text Example


Text Example

White with #BABB64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABB64; }

 p { color: rgb(186,187,100); }

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

background-color css

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

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

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

border-color css

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

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

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