Html Css Color HEX #AAC610 Bahia

📋 copy color: '#AAC610'

red 170 ◦ green 198 ◦ blue 16

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

Shades of Bahia #AAC610

Tints of Bahia #AAC610

RGB

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

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

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

R = 44.27%
G = 51.56%
B = 4.17%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#AAC610 (or 0xAAC610) is known color: Bahia. HEX triplet: AA, C6 and 10. RGB value is (170,198,16). Sum of RGB (Red+Green+Blue) = 170+198+16=384 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.27% from 384); Green value is 198 (77.73% from 255 or 51.56% from 384); Blue value is 16 (6.64% from 255 or 4.17% from 384); Max value from RGB is 198 - color contains mainly: green. Hex color #AAC610 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC610 is #5539EF. Grayscale: #A9A9A9. Windows color (decimal): -5585392 or 1099434. OLE color: 1099434.

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

Color convert

RGB 170 198 16 -
CMYK 0.14 0 0.92 0.22
HSL 69.23º 0.85% 0.42% -
HSV(B) 69.23º 0.92% 0.78% -
XYZ 36.87 48.97 8 -
YUV 168.88 41.72 128.8 -
System Red Green Blue C M Y K H S L
Decimal 170 198 16 0.14 0 0.92 0.22 69.23 0.85 0.42
Hex AA C6 10 E 0 5C 16 45 55 2A
Octal 252 306 20 16 0 134 26 105 125 52
Binary 10101010 11000110 10000 1110 0 1011100 10110 1000101 1010101 101010

Color Harmonies of #AAC610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC610

Black with #AAC610

Text Example


Text Example

White with #AAC610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC610; }

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

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

background-color css

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

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

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

border-color css

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

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

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