#AAC31C

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

Shades of Bahia #AAC31C

Tints of Bahia #AAC31C

Color information

#AAC31C (or 0xAAC31C) is unknown color: approx Bahia. HEX triplet: AA, C3 and 1C. RGB value is (170,195,28). Sum of RGB (Red+Green+Blue) = 170+195+28=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 195 (76.56% from 255 or 49.62% from 393); Blue value is 28 (11.33% from 255 or 7.12% from 393); Max value from RGB is 195 - color contains mainly: green. Hex color #AAC31C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC31C is #553CE3. Grayscale: #A9A9A9. Windows color (decimal): -5586148 or 1885098. OLE color: 1885098.

HSL color Cylindrical-coordinate representation of color #AAC31C: hue angle of 68.98º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AAC31C is Cyan = 0.13, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.24.

Color convert

RGB17019528-
CMYK0.1300.860.24
HSL68.98º74.89%43.73%-
HSV(B)68.98º85.64%76.47%-
XYZ36.347.668.38-
YUV168.4948.72129.08-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.26%
GREEN value IS 195 (76.56% from 255) = 49.62%
BLUE value IS 28 (11.33% from 255) = 7.12%
R=43.26%
G=49.62%
B=7.12%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal170195280.1300.860.2468.9874.8943.73
HexAAC31CD05618454b2c
Octal252303341501263010511354
Binary1010101011000011111001101010101101100010001011001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC31C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC31C; }

 p { color: rgb(170,195,28); }

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

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

 a { background-color: rgb(170,195,28); }

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

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

 span { border-color: rgb(170,195,28); }

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