Html Css Color HEX #BAB56C Dark Khaki

📋 copy color: '#BAB56C'

red 186 ◦ green 181 ◦ blue 108

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

Shades of Dark Khaki #BAB56C

Tints of Dark Khaki #BAB56C

RGB

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

 GREEN value IS 181 (71.09% from 255) = 38.11%

 BLUE value IS 108 (42.58% from 255) = 22.74%

R = 39.16%
G = 38.11%
B = 22.74%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#BAB56C (or 0xBAB56C) is known color: Dark Khaki. HEX triplet: BA, B5 and 6C. RGB value is (186,181,108). Sum of RGB (Red+Green+Blue) = 186+181+108=475 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.16% from 475); Green value is 181 (71.09% from 255 or 38.11% from 475); Blue value is 108 (42.58% from 255 or 22.74% from 475); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB56C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB56C is #454A93. Grayscale: #AEAEAE. Windows color (decimal): -4541076 or 7124410. OLE color: 7124410.

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

Color convert

RGB 186 181 108 -
CMYK 0 0.03 0.42 0.27
HSL 56.15º 0.36% 0.58% -
HSV(B) 56.15º 0.42% 0.73% -
XYZ 39.48 44.57 20.71 -
YUV 174.17 90.66 136.44 -
System Red Green Blue C M Y K H S L
Decimal 186 181 108 0 0.03 0.42 0.27 56.15 0.36 0.58
Hex BA B5 6C 0 3 2A 1B 38 24 3A
Octal 272 265 154 0 3 52 33 70 44 72
Binary 10111010 10110101 1101100 0 11 101010 11011 111000 100100 111010

Color Harmonies of #BAB56C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB56C

Black with #BAB56C

Text Example


Text Example

White with #BAB56C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB56C; }

 p { color: rgb(186,181,108); }

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

background-color css

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

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

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

border-color css

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

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

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