Html Css Color HEX #AAC121 Bahia

📋 copy color: '#AAC121'

red 170 ◦ green 193 ◦ blue 33

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

Shades of Bahia #AAC121

Tints of Bahia #AAC121

RGB

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

 GREEN value IS 193 (75.78% from 255) = 48.74%

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

R = 42.93%
G = 48.74%
B = 8.33%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#AAC121 (or 0xAAC121) is known color: Bahia. HEX triplet: AA, C1 and 21. RGB value is (170,193,33). Sum of RGB (Red+Green+Blue) = 170+193+33=396 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.93% from 396); Green value is 193 (75.78% from 255 or 48.74% from 396); Blue value is 33 (13.28% from 255 or 8.33% from 396); Max value from RGB is 193 - color contains mainly: green. Hex color #AAC121 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC121 is #553EDE. Grayscale: #A8A8A8. Windows color (decimal): -5586655 or 2212266. OLE color: 2212266.

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

Color convert

RGB 170 193 33 -
CMYK 0.12 0 0.83 0.24
HSL 68.63º 0.71% 0.44% -
HSV(B) 68.63º 0.83% 0.76% -
XYZ 35.92 46.8 8.58 -
YUV 167.88 51.88 129.51 -
System Red Green Blue C M Y K H S L
Decimal 170 193 33 0.12 0 0.83 0.24 68.63 0.71 0.44
Hex AA C1 21 C 0 53 18 45 47 2C
Octal 252 301 41 14 0 123 30 105 107 54
Binary 10101010 11000001 100001 1100 0 1010011 11000 1000101 1000111 101100

Color Harmonies of #AAC121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC121

Black with #AAC121

Text Example


Text Example

White with #AAC121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC121; }

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

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

background-color css

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

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

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

border-color css

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

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

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