Html Css Color HEX #AAC514 Bahia

📋 copy color: '#AAC514'

red 170 ◦ green 197 ◦ blue 20

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

Shades of Bahia #AAC514

Tints of Bahia #AAC514

RGB

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

 GREEN value IS 197 (77.34% from 255) = 50.9%

 BLUE value IS 20 (8.2% from 255) = 5.17%

R = 43.93%
G = 50.9%
B = 5.17%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#AAC514 (or 0xAAC514) is known color: Bahia. HEX triplet: AA, C5 and 14. RGB value is (170,197,20). Sum of RGB (Red+Green+Blue) = 170+197+20=387 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.93% from 387); Green value is 197 (77.34% from 255 or 50.90% from 387); Blue value is 20 (8.20% from 255 or 5.17% from 387); Max value from RGB is 197 - color contains mainly: green. Hex color #AAC514 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC514 is #553AEB. Grayscale: #A9A9A9. Windows color (decimal): -5585644 or 1361322. OLE color: 1361322.

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

Color convert

RGB 170 197 20 -
CMYK 0.14 0 0.90 0.23
HSL 69.15º 0.82% 0.43% -
HSV(B) 69.15º 0.9% 0.77% -
XYZ 36.67 48.53 8.1 -
YUV 168.75 44.05 128.89 -
System Red Green Blue C M Y K H S L
Decimal 170 197 20 0.14 0 0.90 0.23 69.15 0.82 0.43
Hex AA C5 14 E 0 5A 17 45 52 2B
Octal 252 305 24 16 0 132 27 105 122 53
Binary 10101010 11000101 10100 1110 0 1011010 10111 1000101 1010010 101011

Color Harmonies of #AAC514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC514

Black with #AAC514

Text Example


Text Example

White with #AAC514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC514; }

 p { color: rgb(170,197,20); }

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

background-color css

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

 a { background-color: rgb(170,197,20); }

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

border-color css

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

 span { border-color: rgb(170,197,20); }

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