#AAC70B

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

Shades of Bahia #AAC70B

Tints of Bahia #AAC70B

Color information

#AAC70B (or 0xAAC70B) is unknown color: approx Bahia. HEX triplet: AA, C7 and 0B. RGB value is (170,199,11). Sum of RGB (Red+Green+Blue) = 170+199+11=380 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.74% from 380); Green value is 199 (78.12% from 255 or 52.37% from 380); Blue value is 11 (4.69% from 255 or 2.89% from 380); Max value from RGB is 199 - color contains mainly: green. Hex color #AAC70B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC70B is #5538F4. Grayscale: #A9A9A9. Windows color (decimal): -5585141 or 772010. OLE color: 772010.

HSL color Cylindrical-coordinate representation of color #AAC70B: hue angle of 69.26º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AAC70B is Cyan = 0.15, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB17019911-
CMYK0.1500.940.22
HSL69.26º89.52%41.18%-
HSV(B)69.26º94.47%78.04%-
XYZ37.0649.427.9-
YUV168.938.89128.79-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.74%
GREEN value IS 199 (78.12% from 255) = 52.37%
BLUE value IS 11 (4.69% from 255) = 2.89%
R=44.74%
G=52.37%
B=2.89%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal170199110.1500.940.2269.2689.5241.18
HexAAC7BF05E16455a29
Octal252307131701362610513251
Binary101010101100011110111111010111101011010001011011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC70B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC70B; }

 p { color: rgb(170,199,11); }

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

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

 a { background-color: rgb(170,199,11); }

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

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

 span { border-color: rgb(170,199,11); }

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