Html Css Color HEX #AAC528 Bahia

📋 copy color: '#AAC528'

red 170 ◦ green 197 ◦ blue 40

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

Shades of Bahia #AAC528

Tints of Bahia #AAC528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.83%

R = 41.77%
G = 48.4%
B = 9.83%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#AAC528 (or 0xAAC528) is known color: Bahia. HEX triplet: AA, C5 and 28. RGB value is (170,197,40). Sum of RGB (Red+Green+Blue) = 170+197+40=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 197 (77.34% from 255 or 48.40% from 407); Blue value is 40 (16.02% from 255 or 9.83% from 407); Max value from RGB is 197 - color contains mainly: green. Hex color #AAC528 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC528 is #553AD7. Grayscale: #ABABAB. Windows color (decimal): -5585624 or 2672042. OLE color: 2672042.

HSL color Cylindrical-coordinate representation of color #AAC528: hue angle of 70.32º degrees, saturation: 0.66, 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 #AAC528 is Cyan = 0.14, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB 170 197 40 -
CMYK 0.14 0 0.80 0.23
HSL 70.32º 0.66% 0.46% -
HSV(B) 70.32º 0.8% 0.77% -
XYZ 36.93 48.63 9.45 -
YUV 171.03 54.05 127.27 -
System Red Green Blue C M Y K H S L
Decimal 170 197 40 0.14 0 0.80 0.23 70.32 0.66 0.46
Hex AA C5 28 E 0 50 17 46 42 2E
Octal 252 305 50 16 0 120 27 106 102 56
Binary 10101010 11000101 101000 1110 0 1010000 10111 1000110 1000010 101110

Color Harmonies of #AAC528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC528

Black with #AAC528

Text Example


Text Example

White with #AAC528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC528; }

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

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

background-color css

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

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

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

border-color css

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

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

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