Html Css Color HEX #AAC627 Bahia

📋 copy color: '#AAC627'

red 170 ◦ green 198 ◦ blue 39

#AAC627
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bahia #AAC627

Tints of Bahia #AAC627

RGB

 RED value IS 170 (66.8% from 255) = 41.77%

 GREEN value IS 198 (77.73% from 255) = 48.65%

 BLUE value IS 39 (15.63% from 255) = 9.58%

R = 41.77%
G = 48.65%
B = 9.58%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#AAC627 (or 0xAAC627) is known color: 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

RGB 170 198 39 -
CMYK 0.14 0 0.80 0.22
HSL 70.57º 0.67% 0.46% -
HSV(B) 70.57º 0.8% 0.78% -
XYZ 37.14 49.08 9.44 -
YUV 171.5 53.22 126.93 -
System Red Green Blue C M Y K H S L
Decimal 170 198 39 0.14 0 0.80 0.22 70.57 0.67 0.46
Hex AA C6 27 E 0 50 16 47 43 2E
Octal 252 306 47 16 0 120 26 107 103 56
Binary 10101010 11000110 100111 1110 0 1010000 10110 1000111 1000011 101110

Color Harmonies of #AAC627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC627

Black with #AAC627

Text Example


Text Example

White with #AAC627

Text Example


Text Example

HTML Codes & Css Web 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>