#ACBA17

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

Shades of Bahia #ACBA17

Tints of Bahia #ACBA17

Color information

#ACBA17 (or 0xACBA17) is unknown color: approx Bahia. HEX triplet: AC, BA and 17. RGB value is (172,186,23). Sum of RGB (Red+Green+Blue) = 172+186+23=381 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.14% from 381); Green value is 186 (73.05% from 255 or 48.82% from 381); Blue value is 23 (9.38% from 255 or 6.04% from 381); Max value from RGB is 186 - color contains mainly: green. Hex color #ACBA17 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACBA17 is #5345E8. Grayscale: #A3A3A3. Windows color (decimal): -5457385 or 1555116. OLE color: 1555116.

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

Color convert

RGB17218623-
CMYK0.0800.880.27
HSL65.15º77.99%40.98%-
HSV(B)65.15º87.63%72.94%-
XYZ34.7343.957.46-
YUV163.2348.86134.25-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.14%
GREEN value IS 186 (73.05% from 255) = 48.82%
BLUE value IS 23 (9.38% from 255) = 6.04%
R=45.14%
G=48.82%
B=6.04%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal172186230.0800.880.2765.1577.9940.98
HexACBA1780581B414e29
Octal254272271001303310111651
Binary1010110010111010101111000010110001101110000011001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBA17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBA17; }

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

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

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

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

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

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

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

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