Html Css Color HEX #AAB825 Bahia

📋 copy color: '#AAB825'

red 170 ◦ green 184 ◦ blue 37

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

Shades of Bahia #AAB825

Tints of Bahia #AAB825

RGB

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

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

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

R = 43.48%
G = 47.06%
B = 9.46%

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

#AAB825 (or 0xAAB825) is known color: Bahia. HEX triplet: AA, B8 and 25. RGB value is (170,184,37). Sum of RGB (Red+Green+Blue) = 170+184+37=391 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.48% from 391); Green value is 184 (72.27% from 255 or 47.06% from 391); Blue value is 37 (14.84% from 255 or 9.46% from 391); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB825 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB825 is #5547DA. Grayscale: #A3A3A3. Windows color (decimal): -5588955 or 2472106. OLE color: 2472106.

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

Color convert

RGB 170 184 37 -
CMYK 0.08 0 0.80 0.28
HSL 65.71º 0.67% 0.43% -
HSV(B) 65.71º 0.8% 0.72% -
XYZ 34.05 42.96 8.25 -
YUV 163.06 56.86 132.95 -
System Red Green Blue C M Y K H S L
Decimal 170 184 37 0.08 0 0.80 0.28 65.71 0.67 0.43
Hex AA B8 25 8 0 50 1C 42 43 2B
Octal 252 270 45 10 0 120 34 102 103 53
Binary 10101010 10111000 100101 1000 0 1010000 11100 1000010 1000011 101011

Color Harmonies of #AAB825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB825

Black with #AAB825

Text Example


Text Example

White with #AAB825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB825; }

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

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

background-color css

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

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

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

border-color css

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

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

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