Html Css Color HEX #AAB828 Bahia

📋 copy color: '#AAB828'

red 170 ◦ green 184 ◦ blue 40

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

Shades of Bahia #AAB828

Tints of Bahia #AAB828

RGB

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

 GREEN value IS 184 (72.27% from 255) = 46.7%

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

R = 43.15%
G = 46.7%
B = 10.15%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.78

 K value IS 0.28

RGB Variations

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

Color information

#AAB828 (or 0xAAB828) is known color: Bahia. HEX triplet: AA, B8 and 28. RGB value is (170,184,40). Sum of RGB (Red+Green+Blue) = 170+184+40=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 184 (72.27% from 255 or 46.70% from 394); Blue value is 40 (16.02% from 255 or 10.15% from 394); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB828 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB828 is #5547D7. Grayscale: #A3A3A3. Windows color (decimal): -5588952 or 2668714. OLE color: 2668714.

HSL color Cylindrical-coordinate representation of color #AAB828: hue angle of 65.83º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AAB828 is Cyan = 0.08, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.28.

Color convert

RGB 170 184 40 -
CMYK 0.08 0 0.78 0.28
HSL 65.83º 0.64% 0.44% -
HSV(B) 65.83º 0.78% 0.72% -
XYZ 34.1 42.98 8.51 -
YUV 163.4 58.36 132.71 -
System Red Green Blue C M Y K H S L
Decimal 170 184 40 0.08 0 0.78 0.28 65.83 0.64 0.44
Hex AA B8 28 8 0 4E 1C 42 40 2C
Octal 252 270 50 10 0 116 34 102 100 54
Binary 10101010 10111000 101000 1000 0 1001110 11100 1000010 1000000 101100

Color Harmonies of #AAB828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB828

Black with #AAB828

Text Example


Text Example

White with #AAB828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB828; }

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

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

background-color css

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

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

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

border-color css

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

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

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