#AAC823

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

Shades of Bahia #AAC823

Tints of Bahia #AAC823

Color information

#AAC823 (or 0xAAC823) is unknown color: approx Bahia. HEX triplet: AA, C8 and 23. RGB value is (170,200,35). Sum of RGB (Red+Green+Blue) = 170+200+35=405 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.98% from 405); Green value is 200 (78.52% from 255 or 49.38% from 405); Blue value is 35 (14.06% from 255 or 8.64% from 405); Max value from RGB is 200 - color contains mainly: green. Hex color #AAC823 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC823 is #5537DC. Grayscale: #ACACAC. Windows color (decimal): -5584861 or 2345130. OLE color: 2345130.

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

Color convert

RGB17020035-
CMYK0.1500.820.22
HSL70.91º70.21%46.08%-
HSV(B)70.91º82.5%78.43%-
XYZ37.5449.989.26-
YUV172.2250.56126.42-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.98%
GREEN value IS 200 (78.52% from 255) = 49.38%
BLUE value IS 35 (14.06% from 255) = 8.64%
R=41.98%
G=49.38%
B=8.64%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal170200350.1500.820.2270.9170.2146.08
HexAAC823F0521647462e
Octal252310431701222610710656
Binary10101010110010001000111111010100101011010001111000110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC823; }

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

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

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

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

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

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

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

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