#AAC82B

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

Shades of Bahia #AAC82B

Tints of Bahia #AAC82B

Color information

#AAC82B (or 0xAAC82B) is unknown color: approx Bahia. HEX triplet: AA, C8 and 2B. RGB value is (170,200,43). Sum of RGB (Red+Green+Blue) = 170+200+43=413 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.16% from 413); Green value is 200 (78.52% from 255 or 48.43% from 413); Blue value is 43 (17.19% from 255 or 10.41% from 413); Max value from RGB is 200 - color contains mainly: green. Hex color #AAC82B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC82B is #5537D4. Grayscale: #ADADAD. Windows color (decimal): -5584853 or 2869418. OLE color: 2869418.

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

Color convert

RGB17020043-
CMYK0.1500.780.22
HSL71.46º64.61%47.65%-
HSV(B)71.46º78.5%78.43%-
XYZ37.6750.039.96-
YUV173.1354.56125.77-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.16%
GREEN value IS 200 (78.52% from 255) = 48.43%
BLUE value IS 43 (17.19% from 255) = 10.41%
R=41.16%
G=48.43%
B=10.41%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal170200430.1500.780.2271.4664.6147.65
HexAAC82BF04E16474130
Octal252310531701162610710160
Binary10101010110010001010111111010011101011010001111000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC82B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC82B; }

 p { color: rgb(170,200,43); }

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

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

 a { background-color: rgb(170,200,43); }

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

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

 span { border-color: rgb(170,200,43); }

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