Html Css Color HEX #AAC525 Bahia

📋 copy color: '#AAC525'

red 170 ◦ green 197 ◦ blue 37

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

Shades of Bahia #AAC525

Tints of Bahia #AAC525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.16%

R = 42.08%
G = 48.76%
B = 9.16%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#AAC525 (or 0xAAC525) is known color: Bahia. HEX triplet: AA, C5 and 25. RGB value is (170,197,37). Sum of RGB (Red+Green+Blue) = 170+197+37=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 197 (77.34% from 255 or 48.76% from 404); Blue value is 37 (14.84% from 255 or 9.16% from 404); Max value from RGB is 197 - color contains mainly: green. Hex color #AAC525 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC525 is #553ADA. Grayscale: #ABABAB. Windows color (decimal): -5585627 or 2475434. OLE color: 2475434.

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

Color convert

RGB 170 197 37 -
CMYK 0.14 0 0.81 0.23
HSL 70.13º 0.68% 0.46% -
HSV(B) 70.13º 0.81% 0.77% -
XYZ 36.88 48.61 9.19 -
YUV 170.69 52.55 127.51 -
System Red Green Blue C M Y K H S L
Decimal 170 197 37 0.14 0 0.81 0.23 70.13 0.68 0.46
Hex AA C5 25 E 0 51 17 46 44 2E
Octal 252 305 45 16 0 121 27 106 104 56
Binary 10101010 11000101 100101 1110 0 1010001 10111 1000110 1000100 101110

Color Harmonies of #AAC525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC525

Black with #AAC525

Text Example


Text Example

White with #AAC525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC525; }

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

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

background-color css

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

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

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

border-color css

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

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

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