Html Css Color HEX #AAB824 Bahia

📋 copy color: '#AAB824'

red 170 ◦ green 184 ◦ blue 36

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

Shades of Bahia #AAB824

Tints of Bahia #AAB824

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 9.23%

R = 43.59%
G = 47.18%
B = 9.23%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.80

 K value IS 0.28

RGB Variations

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

Color information

#AAB824 (or 0xAAB824) is known color: Bahia. HEX triplet: AA, B8 and 24. RGB value is (170,184,36). Sum of RGB (Red+Green+Blue) = 170+184+36=390 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.59% from 390); Green value is 184 (72.27% from 255 or 47.18% from 390); Blue value is 36 (14.45% from 255 or 9.23% from 390); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB824 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB824 is #5547DB. Grayscale: #A3A3A3. Windows color (decimal): -5588956 or 2406570. OLE color: 2406570.

HSL color Cylindrical-coordinate representation of color #AAB824: hue angle of 65.68º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AAB824 is Cyan = 0.08, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.28.

Color convert

RGB 170 184 36 -
CMYK 0.08 0 0.80 0.28
HSL 65.68º 0.67% 0.43% -
HSV(B) 65.68º 0.8% 0.72% -
XYZ 34.04 42.95 8.17 -
YUV 162.94 56.36 133.03 -
System Red Green Blue C M Y K H S L
Decimal 170 184 36 0.08 0 0.80 0.28 65.68 0.67 0.43
Hex AA B8 24 8 0 50 1C 42 43 2B
Octal 252 270 44 10 0 120 34 102 103 53
Binary 10101010 10111000 100100 1000 0 1010000 11100 1000010 1000011 101011

Color Harmonies of #AAB824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB824

Black with #AAB824

Text Example


Text Example

White with #AAB824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB824; }

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

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

background-color css

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

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

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

border-color css

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

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

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