Html Css Color HEX #BAB26C Dark Khaki

📋 copy color: '#BAB26C'

red 186 ◦ green 178 ◦ blue 108

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

Shades of Dark Khaki #BAB26C

Tints of Dark Khaki #BAB26C

RGB

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

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

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

R = 39.41%
G = 37.71%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#BAB26C (or 0xBAB26C) is known color: Dark Khaki. HEX triplet: BA, B2 and 6C. RGB value is (186,178,108). Sum of RGB (Red+Green+Blue) = 186+178+108=472 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.41% from 472); Green value is 178 (69.92% from 255 or 37.71% from 472); Blue value is 108 (42.58% from 255 or 22.88% from 472); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB26C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB26C is #454D93. Grayscale: #ACACAC. Windows color (decimal): -4541844 or 7123642. OLE color: 7123642.

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

Color convert

RGB 186 178 108 -
CMYK 0 0.04 0.42 0.27
HSL 53.85º 0.36% 0.58% -
HSV(B) 53.85º 0.42% 0.73% -
XYZ 38.88 43.36 20.51 -
YUV 172.41 91.65 137.69 -
System Red Green Blue C M Y K H S L
Decimal 186 178 108 0 0.04 0.42 0.27 53.85 0.36 0.58
Hex BA B2 6C 0 4 2A 1B 36 24 3A
Octal 272 262 154 0 4 52 33 66 44 72
Binary 10111010 10110010 1101100 0 100 101010 11011 110110 100100 111010

Color Harmonies of #BAB26C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB26C

Black with #BAB26C

Text Example


Text Example

White with #BAB26C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB26C; }

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

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

background-color css

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

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

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

border-color css

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

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

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