Html Css Color HEX #AAC921 Bahia

📋 copy color: '#AAC921'

red 170 ◦ green 201 ◦ blue 33

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

Shades of Bahia #AAC921

Tints of Bahia #AAC921

RGB

 RED value IS 170 (66.8% from 255) = 42.08%

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

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

R = 42.08%
G = 49.75%
B = 8.17%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#AAC921 (or 0xAAC921) is known color: Bahia. HEX triplet: AA, C9 and 21. RGB value is (170,201,33). Sum of RGB (Red+Green+Blue) = 170+201+33=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 201 (78.91% from 255 or 49.75% from 404); Blue value is 33 (13.28% from 255 or 8.17% from 404); Max value from RGB is 201 - color contains mainly: green. Hex color #AAC921 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC921 is #5536DE. Grayscale: #ADADAD. Windows color (decimal): -5584607 or 2214314. OLE color: 2214314.

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

Color convert

RGB 170 201 33 -
CMYK 0.15 0 0.84 0.21
HSL 71.07º 0.72% 0.46% -
HSV(B) 71.07º 0.84% 0.79% -
XYZ 37.74 50.43 9.18 -
YUV 172.58 49.23 126.16 -
System Red Green Blue C M Y K H S L
Decimal 170 201 33 0.15 0 0.84 0.21 71.07 0.72 0.46
Hex AA C9 21 F 0 54 15 47 48 2E
Octal 252 311 41 17 0 124 25 107 110 56
Binary 10101010 11001001 100001 1111 0 1010100 10101 1000111 1001000 101110

Color Harmonies of #AAC921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC921

Black with #AAC921

Text Example


Text Example

White with #AAC921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC921; }

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

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

background-color css

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

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

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

border-color css

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

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

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