Html Css Color HEX #AAC510 Bahia

📋 copy color: '#AAC510'

red 170 ◦ green 197 ◦ blue 16

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

Shades of Bahia #AAC510

Tints of Bahia #AAC510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.18%

R = 44.39%
G = 51.44%
B = 4.18%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#AAC510 (or 0xAAC510) is known color: Bahia. HEX triplet: AA, C5 and 10. RGB value is (170,197,16). Sum of RGB (Red+Green+Blue) = 170+197+16=383 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.39% from 383); Green value is 197 (77.34% from 255 or 51.44% from 383); Blue value is 16 (6.64% from 255 or 4.18% from 383); Max value from RGB is 197 - color contains mainly: green. Hex color #AAC510 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC510 is #553AEF. Grayscale: #A8A8A8. Windows color (decimal): -5585648 or 1099178. OLE color: 1099178.

HSL color Cylindrical-coordinate representation of color #AAC510: hue angle of 68.95º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AAC510 is Cyan = 0.14, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.23.

Color convert

RGB 170 197 16 -
CMYK 0.14 0 0.92 0.23
HSL 68.95º 0.85% 0.42% -
HSV(B) 68.95º 0.92% 0.77% -
XYZ 36.64 48.52 7.92 -
YUV 168.29 42.05 129.22 -
System Red Green Blue C M Y K H S L
Decimal 170 197 16 0.14 0 0.92 0.23 68.95 0.85 0.42
Hex AA C5 10 E 0 5C 17 45 55 2A
Octal 252 305 20 16 0 134 27 105 125 52
Binary 10101010 11000101 10000 1110 0 1011100 10111 1000101 1010101 101010

Color Harmonies of #AAC510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC510

Black with #AAC510

Text Example


Text Example

White with #AAC510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC510; }

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

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

background-color css

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

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

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

border-color css

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

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

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