Html Css Color HEX #ACC520 Bahia

📋 copy color: '#ACC520'

red 172 ◦ green 197 ◦ blue 32

#ACC520
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bahia #ACC520

Tints of Bahia #ACC520

RGB

 RED value IS 172 (67.58% from 255) = 42.89%

 GREEN value IS 197 (77.34% from 255) = 49.13%

 BLUE value IS 32 (12.89% from 255) = 7.98%

R = 42.89%
G = 49.13%
B = 7.98%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#ACC520 (or 0xACC520) is known color: Bahia. HEX triplet: AC, C5 and 20. RGB value is (172,197,32). Sum of RGB (Red+Green+Blue) = 172+197+32=401 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.89% from 401); Green value is 197 (77.34% from 255 or 49.13% from 401); Blue value is 32 (12.89% from 255 or 7.98% from 401); Max value from RGB is 197 - color contains mainly: green. Hex color #ACC520 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC520 is #533ADF. Grayscale: #ABABAB. Windows color (decimal): -5454560 or 2147756. OLE color: 2147756.

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

Color convert

RGB 172 197 32 -
CMYK 0.13 0 0.84 0.23
HSL 69.09º 0.72% 0.45% -
HSV(B) 69.09º 0.84% 0.77% -
XYZ 37.24 48.81 8.82 -
YUV 170.72 49.72 128.92 -
System Red Green Blue C M Y K H S L
Decimal 172 197 32 0.13 0 0.84 0.23 69.09 0.72 0.45
Hex AC C5 20 D 0 54 17 45 48 2D
Octal 254 305 40 15 0 124 27 105 110 55
Binary 10101100 11000101 100000 1101 0 1010100 10111 1000101 1001000 101101

Color Harmonies of #ACC520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC520

Black with #ACC520

Text Example


Text Example

White with #ACC520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC520; }

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

 H1.HeaderClassName
 {
   color: #ACC520;
 }
 .AnyTagClassName
 {
   color: #ACC520;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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