Html Css Color HEX #AAC321 Bahia

📋 copy color: '#AAC321'

red 170 ◦ green 195 ◦ blue 33

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

Shades of Bahia #AAC321

Tints of Bahia #AAC321

RGB

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

 GREEN value IS 195 (76.56% from 255) = 48.99%

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

R = 42.71%
G = 48.99%
B = 8.29%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#AAC321 (or 0xAAC321) is known color: Bahia. HEX triplet: AA, C3 and 21. RGB value is (170,195,33). Sum of RGB (Red+Green+Blue) = 170+195+33=398 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.71% from 398); Green value is 195 (76.56% from 255 or 48.99% from 398); Blue value is 33 (13.28% from 255 or 8.29% from 398); Max value from RGB is 195 - color contains mainly: green. Hex color #AAC321 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC321 is #553CDE. Grayscale: #A9A9A9. Windows color (decimal): -5586143 or 2212778. OLE color: 2212778.

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

Color convert

RGB 170 195 33 -
CMYK 0.13 0 0.83 0.24
HSL 69.26º 0.71% 0.45% -
HSV(B) 69.26º 0.83% 0.76% -
XYZ 36.37 47.69 8.73 -
YUV 169.06 51.22 128.67 -
System Red Green Blue C M Y K H S L
Decimal 170 195 33 0.13 0 0.83 0.24 69.26 0.71 0.45
Hex AA C3 21 D 0 53 18 45 47 2D
Octal 252 303 41 15 0 123 30 105 107 55
Binary 10101010 11000011 100001 1101 0 1010011 11000 1000101 1000111 101101

Color Harmonies of #AAC321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC321

Black with #AAC321

Text Example


Text Example

White with #AAC321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC321; }

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

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

background-color css

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

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

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

border-color css

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

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

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