#AAC427

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

Shades of Bahia #AAC427

Tints of Bahia #AAC427

Color information

#AAC427 (or 0xAAC427) is unknown color: approx Bahia. HEX triplet: AA, C4 and 27. RGB value is (170,196,39). Sum of RGB (Red+Green+Blue) = 170+196+39=405 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.98% from 405); Green value is 196 (76.95% from 255 or 48.40% from 405); Blue value is 39 (15.62% from 255 or 9.63% from 405); Max value from RGB is 196 - color contains mainly: green. Hex color #AAC427 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC427 is #553BD8. Grayscale: #AAAAAA. Windows color (decimal): -5585881 or 2606250. OLE color: 2606250.

HSL color Cylindrical-coordinate representation of color #AAC427: hue angle of 69.94º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AAC427 is Cyan = 0.13, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB17019639-
CMYK0.1300.800.23
HSL69.94º66.81%46.08%-
HSV(B)69.94º80.1%76.86%-
XYZ36.6848.179.28-
YUV170.3353.89127.77-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.98%
GREEN value IS 196 (76.95% from 255) = 48.40%
BLUE value IS 39 (15.62% from 255) = 9.63%
R=41.98%
G=48.40%
B=9.63%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal170196390.1300.800.2369.9466.8146.08
HexAAC427D0501746432e
Octal252304471501202710610356
Binary10101010110001001001111101010100001011110001101000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC427; }

 p { color: rgb(170,196,39); }

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

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

 a { background-color: rgb(170,196,39); }

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

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

 span { border-color: rgb(170,196,39); }

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