Html Css Color HEX #AAC523 Bahia

📋 copy color: '#AAC523'

red 170 ◦ green 197 ◦ blue 35

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

Shades of Bahia #AAC523

Tints of Bahia #AAC523

RGB

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

 GREEN value IS 197 (77.34% from 255) = 49%

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

R = 42.29%
G = 49%
B = 8.71%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.82

 K value IS 0.23

RGB Variations

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

Color information

#AAC523 (or 0xAAC523) is known color: Bahia. HEX triplet: AA, C5 and 23. RGB value is (170,197,35). Sum of RGB (Red+Green+Blue) = 170+197+35=402 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.29% from 402); Green value is 197 (77.34% from 255 or 49.00% from 402); Blue value is 35 (14.06% from 255 or 8.71% from 402); Max value from RGB is 197 - color contains mainly: green. Hex color #AAC523 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC523 is #553ADC. Grayscale: #ABABAB. Windows color (decimal): -5585629 or 2344362. OLE color: 2344362.

HSL color Cylindrical-coordinate representation of color #AAC523: hue angle of 70º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AAC523 is Cyan = 0.14, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.23.

Color convert

RGB 170 197 35 -
CMYK 0.14 0 0.82 0.23
HSL 70º 0.7% 0.45% -
HSV(B) 70º 0.82% 0.77% -
XYZ 36.85 48.6 9.03 -
YUV 170.46 51.55 127.67 -
System Red Green Blue C M Y K H S L
Decimal 170 197 35 0.14 0 0.82 0.23 70 0.7 0.45
Hex AA C5 23 E 0 52 17 46 46 2D
Octal 252 305 43 16 0 122 27 106 106 55
Binary 10101010 11000101 100011 1110 0 1010010 10111 1000110 1000110 101101

Color Harmonies of #AAC523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC523

Black with #AAC523

Text Example


Text Example

White with #AAC523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC523; }

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

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

background-color css

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

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

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

border-color css

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

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

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