Html Css Color HEX #BABB6F Dark Khaki

📋 copy color: '#BABB6F'

red 186 ◦ green 187 ◦ blue 111

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

Shades of Dark Khaki #BABB6F

Tints of Dark Khaki #BABB6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 22.93%

R = 38.43%
G = 38.64%
B = 22.93%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BABB6F (or 0xBABB6F) is known color: Dark Khaki. HEX triplet: BA, BB and 6F. RGB value is (186,187,111). Sum of RGB (Red+Green+Blue) = 186+187+111=484 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.43% from 484); Green value is 187 (73.44% from 255 or 38.64% from 484); Blue value is 111 (43.75% from 255 or 22.93% from 484); Max value from RGB is 187 - color contains mainly: green. Hex color #BABB6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABB6F is #454490. Grayscale: #B2B2B2. Windows color (decimal): -4539537 or 7322554. OLE color: 7322554.

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

Color convert

RGB 186 187 111 -
CMYK 0.01 0 0.41 0.27
HSL 60.79º 0.36% 0.58% -
HSV(B) 60.79º 0.41% 0.73% -
XYZ 40.89 47.13 21.98 -
YUV 178.04 90.17 133.68 -
System Red Green Blue C M Y K H S L
Decimal 186 187 111 0.01 0 0.41 0.27 60.79 0.36 0.58
Hex BA BB 6F 1 0 29 1B 3D 24 3A
Octal 272 273 157 1 0 51 33 75 44 72
Binary 10111010 10111011 1101111 1 0 101001 11011 111101 100100 111010

Color Harmonies of #BABB6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABB6F

Black with #BABB6F

Text Example


Text Example

White with #BABB6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABB6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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