Html Css Color HEX #ACC921 Bahia

📋 copy color: '#ACC921'

red 172 ◦ green 201 ◦ blue 33

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

Shades of Bahia #ACC921

Tints of Bahia #ACC921

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.13%

R = 42.36%
G = 49.51%
B = 8.13%

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

#ACC921 (or 0xACC921) is known color: Bahia. HEX triplet: AC, C9 and 21. RGB value is (172,201,33). Sum of RGB (Red+Green+Blue) = 172+201+33=406 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.36% from 406); Green value is 201 (78.91% from 255 or 49.51% from 406); Blue value is 33 (13.28% from 255 or 8.13% from 406); Max value from RGB is 201 - color contains mainly: green. Hex color #ACC921 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC921 is #5336DE. Grayscale: #ADADAD. Windows color (decimal): -5453535 or 2214316. OLE color: 2214316.

HSL color Cylindrical-coordinate representation of color #ACC921: hue angle of 70.36º degrees, saturation: 0.72, 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 #ACC921 is Cyan = 0.14, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.21.

Color convert

RGB 172 201 33 -
CMYK 0.14 0 0.84 0.21
HSL 70.36º 0.72% 0.46% -
HSV(B) 70.36º 0.84% 0.79% -
XYZ 38.17 50.65 9.2 -
YUV 173.18 48.89 127.16 -
System Red Green Blue C M Y K H S L
Decimal 172 201 33 0.14 0 0.84 0.21 70.36 0.72 0.46
Hex AC C9 21 E 0 54 15 46 48 2E
Octal 254 311 41 16 0 124 25 106 110 56
Binary 10101100 11001001 100001 1110 0 1010100 10101 1000110 1001000 101110

Color Harmonies of #ACC921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC921

Black with #ACC921

Text Example


Text Example

White with #ACC921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC921; }

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

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

background-color css

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

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

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

border-color css

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

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

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