Html Css Color HEX #AAC623 Bahia

📋 copy color: '#AAC623'

red 170 ◦ green 198 ◦ blue 35

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

Shades of Bahia #AAC623

Tints of Bahia #AAC623

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 8.68%

R = 42.18%
G = 49.13%
B = 8.68%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#AAC623 (or 0xAAC623) is known color: Bahia. HEX triplet: AA, C6 and 23. RGB value is (170,198,35). Sum of RGB (Red+Green+Blue) = 170+198+35=403 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.18% from 403); Green value is 198 (77.73% from 255 or 49.13% from 403); Blue value is 35 (14.06% from 255 or 8.68% from 403); Max value from RGB is 198 - color contains mainly: green. Hex color #AAC623 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC623 is #5539DC. Grayscale: #ABABAB. Windows color (decimal): -5585373 or 2344618. OLE color: 2344618.

HSL color Cylindrical-coordinate representation of color #AAC623: hue angle of 70.31º 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 #AAC623 is Cyan = 0.14, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB 170 198 35 -
CMYK 0.14 0 0.82 0.22
HSL 70.31º 0.7% 0.46% -
HSV(B) 70.31º 0.82% 0.78% -
XYZ 37.08 49.06 9.1 -
YUV 171.05 51.22 127.25 -
System Red Green Blue C M Y K H S L
Decimal 170 198 35 0.14 0 0.82 0.22 70.31 0.7 0.46
Hex AA C6 23 E 0 52 16 46 46 2E
Octal 252 306 43 16 0 122 26 106 106 56
Binary 10101010 11000110 100011 1110 0 1010010 10110 1000110 1000110 101110

Color Harmonies of #AAC623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC623

Black with #AAC623

Text Example


Text Example

White with #AAC623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC623; }

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

 H1.HeaderClassName
 {
   color: #AAC623;
 }
 .AnyTagClassName
 {
   color: #AAC623;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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