Html Css Color HEX #BAB16B Dark Khaki

📋 copy color: '#BAB16B'

red 186 ◦ green 177 ◦ blue 107

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

Shades of Dark Khaki #BAB16B

Tints of Dark Khaki #BAB16B

RGB

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

 GREEN value IS 177 (69.53% from 255) = 37.66%

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

R = 39.57%
G = 37.66%
B = 22.77%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#BAB16B (or 0xBAB16B) is known color: Dark Khaki. HEX triplet: BA, B1 and 6B. RGB value is (186,177,107). Sum of RGB (Red+Green+Blue) = 186+177+107=470 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.57% from 470); Green value is 177 (69.53% from 255 or 37.66% from 470); Blue value is 107 (42.19% from 255 or 22.77% from 470); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB16B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB16B is #454E94. Grayscale: #ACACAC. Windows color (decimal): -4542101 or 7057850. OLE color: 7057850.

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

Color convert

RGB 186 177 107 -
CMYK 0 0.05 0.42 0.27
HSL 53.16º 0.36% 0.57% -
HSV(B) 53.16º 0.42% 0.73% -
XYZ 38.63 42.94 20.16 -
YUV 171.71 91.48 138.19 -
System Red Green Blue C M Y K H S L
Decimal 186 177 107 0 0.05 0.42 0.27 53.16 0.36 0.57
Hex BA B1 6B 0 5 2A 1B 35 24 39
Octal 272 261 153 0 5 52 33 65 44 71
Binary 10111010 10110001 1101011 0 101 101010 11011 110101 100100 111001

Color Harmonies of #BAB16B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB16B

Black with #BAB16B

Text Example


Text Example

White with #BAB16B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB16B; }

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

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

background-color css

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

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

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

border-color css

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

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

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