Html Css Color HEX #BAB76C Dark Khaki

📋 copy color: '#BAB76C'

red 186 ◦ green 183 ◦ blue 108

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

Shades of Dark Khaki #BAB76C

Tints of Dark Khaki #BAB76C

RGB

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

 GREEN value IS 183 (71.88% from 255) = 38.36%

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

R = 38.99%
G = 38.36%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#BAB76C (or 0xBAB76C) is known color: Dark Khaki. HEX triplet: BA, B7 and 6C. RGB value is (186,183,108). Sum of RGB (Red+Green+Blue) = 186+183+108=477 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.99% from 477); Green value is 183 (71.88% from 255 or 38.36% from 477); Blue value is 108 (42.58% from 255 or 22.64% from 477); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB76C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB76C is #454893. Grayscale: #AFAFAF. Windows color (decimal): -4540564 or 7124922. OLE color: 7124922.

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

Color convert

RGB 186 183 108 -
CMYK 0 0.02 0.42 0.27
HSL 57.69º 0.36% 0.58% -
HSV(B) 57.69º 0.42% 0.73% -
XYZ 39.89 45.39 20.85 -
YUV 175.35 89.99 135.6 -
System Red Green Blue C M Y K H S L
Decimal 186 183 108 0 0.02 0.42 0.27 57.69 0.36 0.58
Hex BA B7 6C 0 2 2A 1B 3A 24 3A
Octal 272 267 154 0 2 52 33 72 44 72
Binary 10111010 10110111 1101100 0 10 101010 11011 111010 100100 111010

Color Harmonies of #BAB76C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB76C

Black with #BAB76C

Text Example


Text Example

White with #BAB76C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB76C; }

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

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

background-color css

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

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

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

border-color css

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

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

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