#ACBA11

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

Shades of Bahia #ACBA11

Tints of Bahia #ACBA11

Color information

#ACBA11 (or 0xACBA11) is unknown color: approx Bahia. HEX triplet: AC, BA and 11. RGB value is (172,186,17). Sum of RGB (Red+Green+Blue) = 172+186+17=375 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.87% from 375); Green value is 186 (73.05% from 255 or 49.6% from 375); Blue value is 17 (7.03% from 255 or 4.53% from 375); Max value from RGB is 186 - color contains mainly: green. Hex color #ACBA11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACBA11 is #5345EE. Grayscale: #A3A3A3. Windows color (decimal): -5457391 or 1161900. OLE color: 1161900.

HSL color Cylindrical-coordinate representation of color #ACBA11: hue angle of 64.97º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ACBA11 is Cyan = 0.08, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB17218617-
CMYK0.0800.910.27
HSL64.97º83.25%39.8%-
HSV(B)64.97º90.86%72.94%-
XYZ34.6743.937.18-
YUV162.5545.86134.74-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.87%
GREEN value IS 186 (73.05% from 255) = 49.6%
BLUE value IS 17 (7.03% from 255) = 4.53%
R=45.87%
G=49.6%
B=4.53%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal172186170.0800.910.2764.9783.2539.8
HexACBA11805B1B415328
Octal254272211001333310112350
Binary1010110010111010100011000010110111101110000011010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBA11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBA11; }

 p { color: rgb(172,186,17); }

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

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

 a { background-color: rgb(172,186,17); }

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

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

 span { border-color: rgb(172,186,17); }

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