Html Css Color HEX #AAC015 Bahia

📋 copy color: '#AAC015'

red 170 ◦ green 192 ◦ blue 21

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

Shades of Bahia #AAC015

Tints of Bahia #AAC015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.48%

R = 44.39%
G = 50.13%
B = 5.48%

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

#AAC015 (or 0xAAC015) is known color: Bahia. HEX triplet: AA, C0 and 15. RGB value is (170,192,21). Sum of RGB (Red+Green+Blue) = 170+192+21=383 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.39% from 383); Green value is 192 (75.39% from 255 or 50.13% from 383); Blue value is 21 (8.59% from 255 or 5.48% from 383); Max value from RGB is 192 - color contains mainly: green. Hex color #AAC015 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC015 is #553FEA. Grayscale: #A6A6A6. Windows color (decimal): -5586923 or 1425578. OLE color: 1425578.

HSL color Cylindrical-coordinate representation of color #AAC015: hue angle of 67.72º degrees, saturation: 0.8, 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 #AAC015 is Cyan = 0.11, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB 170 192 21 -
CMYK 0.11 0 0.89 0.25
HSL 67.72º 0.8% 0.42% -
HSV(B) 67.72º 0.89% 0.75% -
XYZ 35.56 46.3 7.77 -
YUV 165.93 46.21 130.9 -
System Red Green Blue C M Y K H S L
Decimal 170 192 21 0.11 0 0.89 0.25 67.72 0.8 0.42
Hex AA C0 15 B 0 59 19 44 50 2A
Octal 252 300 25 13 0 131 31 104 120 52
Binary 10101010 11000000 10101 1011 0 1011001 11001 1000100 1010000 101010

Color Harmonies of #AAC015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC015

Black with #AAC015

Text Example


Text Example

White with #AAC015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC015; }

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

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

background-color css

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

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

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

border-color css

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

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

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