Html Css Color HEX #BAB276 Dark Khaki

📋 copy color: '#BAB276'

red 186 ◦ green 178 ◦ blue 118

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

Shades of Dark Khaki #BAB276

Tints of Dark Khaki #BAB276

RGB

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

 GREEN value IS 178 (69.92% from 255) = 36.93%

 BLUE value IS 118 (46.48% from 255) = 24.48%

R = 38.59%
G = 36.93%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BAB276 (or 0xBAB276) is known color: Dark Khaki. HEX triplet: BA, B2 and 76. RGB value is (186,178,118). Sum of RGB (Red+Green+Blue) = 186+178+118=482 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.59% from 482); Green value is 178 (69.92% from 255 or 36.93% from 482); Blue value is 118 (46.48% from 255 or 24.48% from 482); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB276 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB276 is #454D89. Grayscale: #ADADAD. Windows color (decimal): -4541834 or 7779002. OLE color: 7779002.

HSL color Cylindrical-coordinate representation of color #BAB276: hue angle of 52.94º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BAB276 is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 178 118 -
CMYK 0 0.04 0.37 0.27
HSL 52.94º 0.33% 0.6% -
HSV(B) 52.94º 0.37% 0.73% -
XYZ 39.44 43.59 23.47 -
YUV 173.55 96.65 136.88 -
System Red Green Blue C M Y K H S L
Decimal 186 178 118 0 0.04 0.37 0.27 52.94 0.33 0.6
Hex BA B2 76 0 4 25 1B 35 21 3C
Octal 272 262 166 0 4 45 33 65 41 74
Binary 10111010 10110010 1110110 0 100 100101 11011 110101 100001 111100

Color Harmonies of #BAB276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB276

Black with #BAB276

Text Example


Text Example

White with #BAB276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB276; }

 p { color: rgb(186,178,118); }

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

background-color css

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

 a { background-color: rgb(186,178,118); }

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

border-color css

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

 span { border-color: rgb(186,178,118); }

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