#AAC035

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

Shades of Bahia #AAC035

Tints of Bahia #AAC035

Color information

#AAC035 (or 0xAAC035) is unknown color: approx Bahia. HEX triplet: AA, C0 and 35. RGB value is (170,192,53). Sum of RGB (Red+Green+Blue) = 170+192+53=415 (54% of max value = 765). Red value is 170 (66.80% from 255 or 40.96% from 415); Green value is 192 (75.39% from 255 or 46.27% from 415); Blue value is 53 (21.09% from 255 or 12.77% from 415); Max value from RGB is 192 - color contains mainly: green. Hex color #AAC035 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC035 is #553FCA. Grayscale: #AAAAAA. Windows color (decimal): -5586891 or 3522730. OLE color: 3522730.

HSL color Cylindrical-coordinate representation of color #AAC035: hue angle of 69.5º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AAC035 is Cyan = 0.11, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB17019253-
CMYK0.1100.720.25
HSL69.5º56.73%48.04%-
HSV(B)69.5º72.4%75.29%-
XYZ36.0746.510.44-
YUV169.5862.21128.3-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.96%
GREEN value IS 192 (75.39% from 255) = 46.27%
BLUE value IS 53 (21.09% from 255) = 12.77%
R=40.96%
G=46.27%
B=12.77%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal170192530.1100.720.2569.556.7348.04
HexAAC035B04819453930
Octal25230065130110311057160
Binary1010101011000000110101101101001000110011000101111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC035; }

 p { color: rgb(170,192,53); }

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

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

 a { background-color: rgb(170,192,53); }

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

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

 span { border-color: rgb(170,192,53); }

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