Html Css Color HEX #AAC512 Bahia

📋 copy color: '#AAC512'

red 170 ◦ green 197 ◦ blue 18

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

Shades of Bahia #AAC512

Tints of Bahia #AAC512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.68%

R = 44.16%
G = 51.17%
B = 4.68%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#AAC512 (or 0xAAC512) is known color: Bahia. HEX triplet: AA, C5 and 12. RGB value is (170,197,18). Sum of RGB (Red+Green+Blue) = 170+197+18=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 197 (77.34% from 255 or 51.17% from 385); Blue value is 18 (7.42% from 255 or 4.68% from 385); Max value from RGB is 197 - color contains mainly: green. Hex color #AAC512 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC512 is #553AED. Grayscale: #A9A9A9. Windows color (decimal): -5585646 or 1230250. OLE color: 1230250.

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

Color convert

RGB 170 197 18 -
CMYK 0.14 0 0.91 0.23
HSL 69.05º 0.83% 0.42% -
HSV(B) 69.05º 0.91% 0.77% -
XYZ 36.65 48.52 8.01 -
YUV 168.52 43.05 129.05 -
System Red Green Blue C M Y K H S L
Decimal 170 197 18 0.14 0 0.91 0.23 69.05 0.83 0.42
Hex AA C5 12 E 0 5B 17 45 53 2A
Octal 252 305 22 16 0 133 27 105 123 52
Binary 10101010 11000101 10010 1110 0 1011011 10111 1000101 1010011 101010

Color Harmonies of #AAC512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC512

Black with #AAC512

Text Example


Text Example

White with #AAC512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC512; }

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

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

background-color css

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

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

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

border-color css

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

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

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