#ACC518

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

Shades of Bahia #ACC518

Tints of Bahia #ACC518

Color information

#ACC518 (or 0xACC518) is unknown color: approx Bahia. HEX triplet: AC, C5 and 18. RGB value is (172,197,24). Sum of RGB (Red+Green+Blue) = 172+197+24=393 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.77% from 393); Green value is 197 (77.34% from 255 or 50.13% from 393); Blue value is 24 (9.77% from 255 or 6.11% from 393); Max value from RGB is 197 - color contains mainly: green. Hex color #ACC518 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC518 is #533AE7. Grayscale: #AAAAAA. Windows color (decimal): -5454568 or 1623468. OLE color: 1623468.

HSL color Cylindrical-coordinate representation of color #ACC518: hue angle of 68.67º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ACC518 is Cyan = 0.13, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.23.

Color convert

RGB17219724-
CMYK0.1300.880.23
HSL68.67º78.28%43.33%-
HSV(B)68.67º87.82%77.25%-
XYZ37.1448.778.32-
YUV169.845.72129.57-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.77%
GREEN value IS 197 (77.34% from 255) = 50.13%
BLUE value IS 24 (9.77% from 255) = 6.11%
R=43.77%
G=50.13%
B=6.11%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal172197240.1300.880.2368.6778.2843.33
HexACC518D05817454e2b
Octal254305301501302710511653
Binary1010110011000101110001101010110001011110001011001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC518; }

 p { color: rgb(172,197,24); }

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

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

 a { background-color: rgb(172,197,24); }

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

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

 span { border-color: rgb(172,197,24); }

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