#BAB270

Color #BAB270 Dark Khaki (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Khaki #BAB270

Tints of Dark Khaki #BAB270

Color information

#BAB270 (or 0xBAB270) is unknown color: approx Dark Khaki. HEX triplet: BA, B2 and 70. RGB value is (186,178,112). Sum of RGB (Red+Green+Blue) = 186+178+112=476 (63% of max value = 765). Red value is 186 (73.05% from 255 or 39.08% from 476); Green value is 178 (69.92% from 255 or 37.39% from 476); Blue value is 112 (44.14% from 255 or 23.53% from 476); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB270 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB270 is #454D8F. Grayscale: #ADADAD. Windows color (decimal): -4541840 or 7385786. OLE color: 7385786.

HSL color Cylindrical-coordinate representation of color #BAB270: hue angle of 53.51º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BAB270 is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB186178112-
CMYK00.040.400.27
HSL53.51º34.91%58.43%-
HSV(B)53.51º39.78%72.94%-
XYZ39.0943.4521.66-
YUV172.8793.65137.37-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.08%
GREEN value IS 178 (69.92% from 255) = 37.39%
BLUE value IS 112 (44.14% from 255) = 23.53%
R=39.08%
G=37.39%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617811200.040.400.2753.5134.9158.43
HexBAB27004281B36233a
Octal272262160045033664372
Binary10111010101100101110000010010100011011110110100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB270; }

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

 H1.HeaderClassName
 {
   color: #BAB270;
 }
 .AnyTagClassName
 {
   color: #BAB270;
 }
</style>
background-color css

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

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

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

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

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

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