Html Css Color HEX #AAC016 Bahia

📋 copy color: '#AAC016'

red 170 ◦ green 192 ◦ blue 22

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

Shades of Bahia #AAC016

Tints of Bahia #AAC016

RGB

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

 GREEN value IS 192 (75.39% from 255) = 50%

 BLUE value IS 22 (8.98% from 255) = 5.73%

R = 44.27%
G = 50%
B = 5.73%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#AAC016 (or 0xAAC016) is known color: Bahia. HEX triplet: AA, C0 and 16. RGB value is (170,192,22). Sum of RGB (Red+Green+Blue) = 170+192+22=384 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.27% from 384); Green value is 192 (75.39% from 255 or 50% from 384); Blue value is 22 (8.98% from 255 or 5.73% from 384); Max value from RGB is 192 - color contains mainly: green. Hex color #AAC016 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC016 is #553FE9. Grayscale: #A6A6A6. Windows color (decimal): -5586922 or 1491114. OLE color: 1491114.

HSL color Cylindrical-coordinate representation of color #AAC016: hue angle of 67.76º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AAC016 is Cyan = 0.11, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB 170 192 22 -
CMYK 0.11 0 0.89 0.25
HSL 67.76º 0.79% 0.42% -
HSV(B) 67.76º 0.89% 0.75% -
XYZ 35.57 46.3 7.82 -
YUV 166.04 46.71 130.82 -
System Red Green Blue C M Y K H S L
Decimal 170 192 22 0.11 0 0.89 0.25 67.76 0.79 0.42
Hex AA C0 16 B 0 59 19 44 4F 2A
Octal 252 300 26 13 0 131 31 104 117 52
Binary 10101010 11000000 10110 1011 0 1011001 11001 1000100 1001111 101010

Color Harmonies of #AAC016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC016

Black with #AAC016

Text Example


Text Example

White with #AAC016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC016; }

 p { color: rgb(170,192,22); }

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

background-color css

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

 a { background-color: rgb(170,192,22); }

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

border-color css

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

 span { border-color: rgb(170,192,22); }

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