#AAC61A

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

Shades of Bahia #AAC61A

Tints of Bahia #AAC61A

Color information

#AAC61A (or 0xAAC61A) is unknown color: approx Bahia. HEX triplet: AA, C6 and 1A. RGB value is (170,198,26). Sum of RGB (Red+Green+Blue) = 170+198+26=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 198 (77.73% from 255 or 50.25% from 394); Blue value is 26 (10.55% from 255 or 6.60% from 394); Max value from RGB is 198 - color contains mainly: green. Hex color #AAC61A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC61A is #5539E5. Grayscale: #AAAAAA. Windows color (decimal): -5585382 or 1754794. OLE color: 1754794.

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

Color convert

RGB17019826-
CMYK0.1400.870.22
HSL69.77º76.79%43.92%-
HSV(B)69.77º86.87%77.65%-
XYZ36.9649.018.49-
YUV170.0246.72127.99-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.15%
GREEN value IS 198 (77.73% from 255) = 50.25%
BLUE value IS 26 (10.55% from 255) = 6.60%
R=43.15%
G=50.25%
B=6.60%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal170198260.1400.870.2269.7776.7943.92
HexAAC61AE05716464d2c
Octal252306321601272610611554
Binary1010101011000110110101110010101111011010001101001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC61A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC61A; }

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

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

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

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

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

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

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

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