#AAC627

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

Shades of Bahia #AAC627

Tints of Bahia #AAC627

Color information

#AAC627 (or 0xAAC627) is unknown color: approx Bahia. HEX triplet: AA, C6 and 27. RGB value is (170,198,39). Sum of RGB (Red+Green+Blue) = 170+198+39=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 198 (77.73% from 255 or 48.65% from 407); Blue value is 39 (15.62% from 255 or 9.58% from 407); Max value from RGB is 198 - color contains mainly: green. Hex color #AAC627 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC627 is #5539D8. Grayscale: #ACACAC. Windows color (decimal): -5585369 or 2606762. OLE color: 2606762.

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

Color convert

RGB17019839-
CMYK0.1400.800.22
HSL70.57º67.09%46.47%-
HSV(B)70.57º80.3%77.65%-
XYZ37.1449.089.44-
YUV171.553.22126.93-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.77%
GREEN value IS 198 (77.73% from 255) = 48.65%
BLUE value IS 39 (15.62% from 255) = 9.58%
R=41.77%
G=48.65%
B=9.58%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal170198390.1400.800.2270.5767.0946.47
HexAAC627E0501647432e
Octal252306471601202610710356
Binary10101010110001101001111110010100001011010001111000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC627; }

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

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

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

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

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

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

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

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