Html Css Color HEX #ACC220 Bahia

📋 copy color: '#ACC220'

red 172 ◦ green 194 ◦ blue 32

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

Shades of Bahia #ACC220

Tints of Bahia #ACC220

RGB

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

 GREEN value IS 194 (76.17% from 255) = 48.74%

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

R = 43.22%
G = 48.74%
B = 8.04%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#ACC220 (or 0xACC220) is known color: Bahia. HEX triplet: AC, C2 and 20. RGB value is (172,194,32). Sum of RGB (Red+Green+Blue) = 172+194+32=398 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.22% from 398); Green value is 194 (76.17% from 255 or 48.74% from 398); Blue value is 32 (12.89% from 255 or 8.04% from 398); Max value from RGB is 194 - color contains mainly: green. Hex color #ACC220 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC220 is #533DDF. Grayscale: #A9A9A9. Windows color (decimal): -5455328 or 2146988. OLE color: 2146988.

HSL color Cylindrical-coordinate representation of color #ACC220: hue angle of 68.15º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ACC220 is Cyan = 0.11, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 172 194 32 -
CMYK 0.11 0 0.84 0.24
HSL 68.15º 0.72% 0.44% -
HSV(B) 68.15º 0.84% 0.76% -
XYZ 36.57 47.46 8.6 -
YUV 168.95 50.71 130.17 -
System Red Green Blue C M Y K H S L
Decimal 172 194 32 0.11 0 0.84 0.24 68.15 0.72 0.44
Hex AC C2 20 B 0 54 18 44 48 2C
Octal 254 302 40 13 0 124 30 104 110 54
Binary 10101100 11000010 100000 1011 0 1010100 11000 1000100 1001000 101100

Color Harmonies of #ACC220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC220

Black with #ACC220

Text Example


Text Example

White with #ACC220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC220; }

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

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

background-color css

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

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

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

border-color css

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

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

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