#ACC52A

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

Shades of Bahia #ACC52A

Tints of Bahia #ACC52A

Color information

#ACC52A (or 0xACC52A) is unknown color: approx Bahia. HEX triplet: AC, C5 and 2A. RGB value is (172,197,42). Sum of RGB (Red+Green+Blue) = 172+197+42=411 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.85% from 411); Green value is 197 (77.34% from 255 or 47.93% from 411); Blue value is 42 (16.80% from 255 or 10.22% from 411); Max value from RGB is 197 - color contains mainly: green. Hex color #ACC52A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC52A is #533AD5. Grayscale: #ACACAC. Windows color (decimal): -5454550 or 2803116. OLE color: 2803116.

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

Color convert

RGB17219742-
CMYK0.1300.790.23
HSL69.68º64.85%46.86%-
HSV(B)69.68º78.68%77.25%-
XYZ37.448.879.65-
YUV171.8654.72128.1-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.85%
GREEN value IS 197 (77.34% from 255) = 47.93%
BLUE value IS 42 (16.80% from 255) = 10.22%
R=41.85%
G=47.93%
B=10.22%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal172197420.1300.790.2369.6864.8546.86
HexACC52AD04F1746412f
Octal254305521501172710610157
Binary10101100110001011010101101010011111011110001101000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC52A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC52A; }

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

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

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

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

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

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

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

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