#AACC21

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

Shades of Bahia #AACC21

Tints of Bahia #AACC21

Color information

#AACC21 (or 0xAACC21) is unknown color: approx Bahia. HEX triplet: AA, CC and 21. RGB value is (170,204,33). Sum of RGB (Red+Green+Blue) = 170+204+33=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 204 (80.08% from 255 or 50.12% from 407); Blue value is 33 (13.28% from 255 or 8.11% from 407); Max value from RGB is 204 - color contains mainly: green. Hex color #AACC21 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AACC21 is #5533DE. Grayscale: #AEAEAE. Windows color (decimal): -5583839 or 2215082. OLE color: 2215082.

HSL color Cylindrical-coordinate representation of color #AACC21: hue angle of 71.93º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AACC21 is Cyan = 0.17, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.2.

Color convert

RGB17020433-
CMYK0.1700.840.2
HSL71.93º72.15%46.47%-
HSV(B)71.93º83.82%80%-
XYZ38.4451.849.42-
YUV174.3448.24124.9-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.77%
GREEN value IS 204 (80.08% from 255) = 50.12%
BLUE value IS 33 (13.28% from 255) = 8.11%
R=41.77%
G=50.12%
B=8.11%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal170204330.1700.840.271.9372.1546.47
HexAACC21110541448482e
Octal252314412101242411011056
Binary101010101100110010000110001010101001010010010001001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACC21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACC21; }

 p { color: rgb(170,204,33); }

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

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

 a { background-color: rgb(170,204,33); }

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

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

 span { border-color: rgb(170,204,33); }

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