Html Css Color HEX #BAB76B Dark Khaki

📋 copy color: '#BAB76B'

red 186 ◦ green 183 ◦ blue 107

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

Shades of Dark Khaki #BAB76B

Tints of Dark Khaki #BAB76B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 22.48%

R = 39.08%
G = 38.45%
B = 22.48%

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

#BAB76B (or 0xBAB76B) is known color: Dark Khaki. HEX triplet: BA, B7 and 6B. RGB value is (186,183,107). Sum of RGB (Red+Green+Blue) = 186+183+107=476 (63% of max value = 765). Red value is 186 (73.05% from 255 or 39.08% from 476); Green value is 183 (71.88% from 255 or 38.45% from 476); Blue value is 107 (42.19% from 255 or 22.48% from 476); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB76B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB76B is #454894. Grayscale: #AFAFAF. Windows color (decimal): -4540565 or 7059386. OLE color: 7059386.

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

Color convert

RGB 186 183 107 -
CMYK 0 0.02 0.42 0.27
HSL 57.72º 0.36% 0.57% -
HSV(B) 57.72º 0.42% 0.73% -
XYZ 39.84 45.37 20.57 -
YUV 175.23 89.49 135.68 -
System Red Green Blue C M Y K H S L
Decimal 186 183 107 0 0.02 0.42 0.27 57.72 0.36 0.57
Hex BA B7 6B 0 2 2A 1B 3A 24 39
Octal 272 267 153 0 2 52 33 72 44 71
Binary 10111010 10110111 1101011 0 10 101010 11011 111010 100100 111001

Color Harmonies of #BAB76B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB76B

Black with #BAB76B

Text Example


Text Example

White with #BAB76B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB76B; }

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

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

background-color css

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

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

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

border-color css

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

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

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