#AAC617

Color #AAC617 Bahia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bahia #AAC617

Tints of Bahia #AAC617

Color information

#AAC617 (or 0xAAC617) is unknown color: approx Bahia. HEX triplet: AA, C6 and 17. RGB value is (170,198,23). Sum of RGB (Red+Green+Blue) = 170+198+23=391 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.48% from 391); Green value is 198 (77.73% from 255 or 50.64% from 391); Blue value is 23 (9.38% from 255 or 5.88% from 391); Max value from RGB is 198 - color contains mainly: green. Hex color #AAC617 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC617 is #5539E8. Grayscale: #AAAAAA. Windows color (decimal): -5585385 or 1558186. OLE color: 1558186.

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

Color convert

RGB17019823-
CMYK0.1400.880.22
HSL69.6º79.19%43.33%-
HSV(B)69.6º88.38%77.65%-
XYZ36.93498.32-
YUV169.6845.22128.23-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.48%
GREEN value IS 198 (77.73% from 255) = 50.64%
BLUE value IS 23 (9.38% from 255) = 5.88%
R=43.48%
G=50.64%
B=5.88%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal170198230.1400.880.2269.679.1943.33
HexAAC617E05816464f2b
Octal252306271601302610611753
Binary1010101011000110101111110010110001011010001101001111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC617; }

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

 H1.HeaderClassName
 {
   color: #AAC617;
 }
 .AnyTagClassName
 {
   color: #AAC617;
 }
</style>
background-color css

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

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

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

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

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

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