Html Css Color HEX #AAC526 Bahia

📋 copy color: '#AAC526'

red 170 ◦ green 197 ◦ blue 38

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

Shades of Bahia #AAC526

Tints of Bahia #AAC526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 9.38%

R = 41.98%
G = 48.64%
B = 9.38%

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

#AAC526 (or 0xAAC526) is known color: Bahia. HEX triplet: AA, C5 and 26. RGB value is (170,197,38). Sum of RGB (Red+Green+Blue) = 170+197+38=405 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.98% from 405); Green value is 197 (77.34% from 255 or 48.64% from 405); Blue value is 38 (15.23% from 255 or 9.38% from 405); Max value from RGB is 197 - color contains mainly: green. Hex color #AAC526 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC526 is #553AD9. Grayscale: #ABABAB. Windows color (decimal): -5585626 or 2540970. OLE color: 2540970.

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

Color convert

RGB 170 197 38 -
CMYK 0.14 0 0.81 0.23
HSL 70.19º 0.68% 0.46% -
HSV(B) 70.19º 0.81% 0.77% -
XYZ 36.89 48.62 9.27 -
YUV 170.8 53.05 127.43 -
System Red Green Blue C M Y K H S L
Decimal 170 197 38 0.14 0 0.81 0.23 70.19 0.68 0.46
Hex AA C5 26 E 0 51 17 46 44 2E
Octal 252 305 46 16 0 121 27 106 104 56
Binary 10101010 11000101 100110 1110 0 1010001 10111 1000110 1000100 101110

Color Harmonies of #AAC526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC526

Black with #AAC526

Text Example


Text Example

White with #AAC526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC526; }

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

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

background-color css

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

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

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

border-color css

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

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

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