Html Css Color HEX #ACC924 Bahia

📋 copy color: '#ACC924'

red 172 ◦ green 201 ◦ blue 36

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

Shades of Bahia #ACC924

Tints of Bahia #ACC924

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 8.8%

R = 42.05%
G = 49.14%
B = 8.8%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#ACC924 (or 0xACC924) is known color: Bahia. HEX triplet: AC, C9 and 24. RGB value is (172,201,36). Sum of RGB (Red+Green+Blue) = 172+201+36=409 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.05% from 409); Green value is 201 (78.91% from 255 or 49.14% from 409); Blue value is 36 (14.45% from 255 or 8.80% from 409); Max value from RGB is 201 - color contains mainly: green. Hex color #ACC924 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC924 is #5336DB. Grayscale: #AEAEAE. Windows color (decimal): -5453532 or 2410924. OLE color: 2410924.

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

Color convert

RGB 172 201 36 -
CMYK 0.14 0 0.82 0.21
HSL 70.55º 0.7% 0.46% -
HSV(B) 70.55º 0.82% 0.79% -
XYZ 38.22 50.67 9.44 -
YUV 173.52 50.39 126.92 -
System Red Green Blue C M Y K H S L
Decimal 172 201 36 0.14 0 0.82 0.21 70.55 0.7 0.46
Hex AC C9 24 E 0 52 15 47 46 2E
Octal 254 311 44 16 0 122 25 107 106 56
Binary 10101100 11001001 100100 1110 0 1010010 10101 1000111 1000110 101110

Color Harmonies of #ACC924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC924

Black with #ACC924

Text Example


Text Example

White with #ACC924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC924; }

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

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

background-color css

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

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

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

border-color css

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

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

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