Html Css Color HEX #ACC920 Bahia

📋 copy color: '#ACC920'

red 172 ◦ green 201 ◦ blue 32

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

Shades of Bahia #ACC920

Tints of Bahia #ACC920

RGB

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

 GREEN value IS 201 (78.91% from 255) = 49.63%

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

R = 42.47%
G = 49.63%
B = 7.9%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#ACC920 (or 0xACC920) is known color: Bahia. HEX triplet: AC, C9 and 20. RGB value is (172,201,32). Sum of RGB (Red+Green+Blue) = 172+201+32=405 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.47% from 405); Green value is 201 (78.91% from 255 or 49.63% from 405); Blue value is 32 (12.89% from 255 or 7.90% from 405); Max value from RGB is 201 - color contains mainly: green. Hex color #ACC920 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC920 is #5336DF. Grayscale: #ADADAD. Windows color (decimal): -5453536 or 2148780. OLE color: 2148780.

HSL color Cylindrical-coordinate representation of color #ACC920: hue angle of 70.3º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ACC920 is Cyan = 0.14, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.21.

Color convert

RGB 172 201 32 -
CMYK 0.14 0 0.84 0.21
HSL 70.3º 0.73% 0.46% -
HSV(B) 70.3º 0.84% 0.79% -
XYZ 38.16 50.65 9.13 -
YUV 173.06 48.39 127.24 -
System Red Green Blue C M Y K H S L
Decimal 172 201 32 0.14 0 0.84 0.21 70.3 0.73 0.46
Hex AC C9 20 E 0 54 15 46 49 2E
Octal 254 311 40 16 0 124 25 106 111 56
Binary 10101100 11001001 100000 1110 0 1010100 10101 1000110 1001001 101110

Color Harmonies of #ACC920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC920

Black with #ACC920

Text Example


Text Example

White with #ACC920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC920; }

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

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

background-color css

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

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

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

border-color css

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

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

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