Html Css Color HEX #BABB65 Dark Khaki

📋 copy color: '#BABB65'

red 186 ◦ green 187 ◦ blue 101

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

Shades of Dark Khaki #BABB65

Tints of Dark Khaki #BABB65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 21.31%

R = 39.24%
G = 39.45%
B = 21.31%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#BABB65 (or 0xBABB65) is known color: Dark Khaki. HEX triplet: BA, BB and 65. RGB value is (186,187,101). Sum of RGB (Red+Green+Blue) = 186+187+101=474 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.24% from 474); Green value is 187 (73.44% from 255 or 39.45% from 474); Blue value is 101 (39.84% from 255 or 21.31% from 474); Max value from RGB is 187 - color contains mainly: green. Hex color #BABB65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABB65 is #45449A. Grayscale: #B1B1B1. Windows color (decimal): -4539547 or 6667194. OLE color: 6667194.

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

Color convert

RGB 186 187 101 -
CMYK 0.01 0 0.46 0.27
HSL 60.7º 0.39% 0.56% -
HSV(B) 60.7º 0.46% 0.73% -
XYZ 40.37 46.92 19.24 -
YUV 176.9 85.17 134.49 -
System Red Green Blue C M Y K H S L
Decimal 186 187 101 0.01 0 0.46 0.27 60.7 0.39 0.56
Hex BA BB 65 1 0 2E 1B 3D 27 38
Octal 272 273 145 1 0 56 33 75 47 70
Binary 10111010 10111011 1100101 1 0 101110 11011 111101 100111 111000

Color Harmonies of #BABB65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABB65

Black with #BABB65

Text Example


Text Example

White with #BABB65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABB65; }

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

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

background-color css

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

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

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

border-color css

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

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

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