Html Css Color HEX #AAC428 Bahia

📋 copy color: '#AAC428'

red 170 ◦ green 196 ◦ blue 40

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

Shades of Bahia #AAC428

Tints of Bahia #AAC428

RGB

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

 GREEN value IS 196 (76.95% from 255) = 48.28%

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

R = 41.87%
G = 48.28%
B = 9.85%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#AAC428 (or 0xAAC428) is known color: Bahia. HEX triplet: AA, C4 and 28. RGB value is (170,196,40). Sum of RGB (Red+Green+Blue) = 170+196+40=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 196 (76.95% from 255 or 48.28% from 406); Blue value is 40 (16.02% from 255 or 9.85% from 406); Max value from RGB is 196 - color contains mainly: green. Hex color #AAC428 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC428 is #553BD7. Grayscale: #ABABAB. Windows color (decimal): -5585880 or 2671786. OLE color: 2671786.

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

Color convert

RGB 170 196 40 -
CMYK 0.13 0 0.80 0.23
HSL 70º 0.66% 0.46% -
HSV(B) 70º 0.8% 0.77% -
XYZ 36.7 48.18 9.37 -
YUV 170.44 54.39 127.68 -
System Red Green Blue C M Y K H S L
Decimal 170 196 40 0.13 0 0.80 0.23 70 0.66 0.46
Hex AA C4 28 D 0 50 17 46 42 2E
Octal 252 304 50 15 0 120 27 106 102 56
Binary 10101010 11000100 101000 1101 0 1010000 10111 1000110 1000010 101110

Color Harmonies of #AAC428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC428

Black with #AAC428

Text Example


Text Example

White with #AAC428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC428; }

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

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

background-color css

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

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

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

border-color css

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

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

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