Html Css Color HEX #AAC613 Bahia

📋 copy color: '#AAC613'

red 170 ◦ green 198 ◦ blue 19

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

Shades of Bahia #AAC613

Tints of Bahia #AAC613

RGB

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

 GREEN value IS 198 (77.73% from 255) = 51.16%

 BLUE value IS 19 (7.81% from 255) = 4.91%

R = 43.93%
G = 51.16%
B = 4.91%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#AAC613 (or 0xAAC613) is known color: Bahia. HEX triplet: AA, C6 and 13. RGB value is (170,198,19). Sum of RGB (Red+Green+Blue) = 170+198+19=387 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.93% from 387); Green value is 198 (77.73% from 255 or 51.16% from 387); Blue value is 19 (7.81% from 255 or 4.91% from 387); Max value from RGB is 198 - color contains mainly: green. Hex color #AAC613 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC613 is #5539EC. Grayscale: #A9A9A9. Windows color (decimal): -5585389 or 1296042. OLE color: 1296042.

HSL color Cylindrical-coordinate representation of color #AAC613: hue angle of 69.39º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AAC613 is Cyan = 0.14, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB 170 198 19 -
CMYK 0.14 0 0.90 0.22
HSL 69.39º 0.82% 0.43% -
HSV(B) 69.39º 0.9% 0.78% -
XYZ 36.89 48.98 8.13 -
YUV 169.22 43.22 128.55 -
System Red Green Blue C M Y K H S L
Decimal 170 198 19 0.14 0 0.90 0.22 69.39 0.82 0.43
Hex AA C6 13 E 0 5A 16 45 52 2B
Octal 252 306 23 16 0 132 26 105 122 53
Binary 10101010 11000110 10011 1110 0 1011010 10110 1000101 1010010 101011

Color Harmonies of #AAC613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC613

Black with #AAC613

Text Example


Text Example

White with #AAC613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC613; }

 p { color: rgb(170,198,19); }

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

background-color css

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

 a { background-color: rgb(170,198,19); }

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

border-color css

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

 span { border-color: rgb(170,198,19); }

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