Html Css Color HEX #BAB76E Dark Khaki

📋 copy color: '#BAB76E'

red 186 ◦ green 183 ◦ blue 110

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

Shades of Dark Khaki #BAB76E

Tints of Dark Khaki #BAB76E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 22.96%

R = 38.83%
G = 38.2%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BAB76E (or 0xBAB76E) is known color: Dark Khaki. HEX triplet: BA, B7 and 6E. RGB value is (186,183,110). Sum of RGB (Red+Green+Blue) = 186+183+110=479 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.83% from 479); Green value is 183 (71.88% from 255 or 38.20% from 479); Blue value is 110 (43.36% from 255 or 22.96% from 479); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB76E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB76E is #454891. Grayscale: #AFAFAF. Windows color (decimal): -4540562 or 7255994. OLE color: 7255994.

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

Color convert

RGB 186 183 110 -
CMYK 0 0.02 0.41 0.27
HSL 57.63º 0.36% 0.58% -
HSV(B) 57.63º 0.41% 0.73% -
XYZ 40 45.43 21.41 -
YUV 175.58 90.99 135.44 -
System Red Green Blue C M Y K H S L
Decimal 186 183 110 0 0.02 0.41 0.27 57.63 0.36 0.58
Hex BA B7 6E 0 2 29 1B 3A 24 3A
Octal 272 267 156 0 2 51 33 72 44 72
Binary 10111010 10110111 1101110 0 10 101001 11011 111010 100100 111010

Color Harmonies of #BAB76E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB76E

Black with #BAB76E

Text Example


Text Example

White with #BAB76E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB76E; }

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

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

background-color css

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

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

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

border-color css

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

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

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