Html Css Color HEX #AAB925 Bahia

📋 copy color: '#AAB925'

red 170 ◦ green 185 ◦ blue 37

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

Shades of Bahia #AAB925

Tints of Bahia #AAB925

RGB

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

 GREEN value IS 185 (72.66% from 255) = 47.19%

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

R = 43.37%
G = 47.19%
B = 9.44%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#AAB925 (or 0xAAB925) is known color: Bahia. HEX triplet: AA, B9 and 25. RGB value is (170,185,37). Sum of RGB (Red+Green+Blue) = 170+185+37=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 185 (72.66% from 255 or 47.19% from 392); Blue value is 37 (14.84% from 255 or 9.44% from 392); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB925 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB925 is #5546DA. Grayscale: #A4A4A4. Windows color (decimal): -5588699 or 2472362. OLE color: 2472362.

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

Color convert

RGB 170 185 37 -
CMYK 0.08 0 0.80 0.27
HSL 66.08º 0.67% 0.44% -
HSV(B) 66.08º 0.8% 0.73% -
XYZ 34.26 43.38 8.32 -
YUV 163.64 56.53 132.53 -
System Red Green Blue C M Y K H S L
Decimal 170 185 37 0.08 0 0.80 0.27 66.08 0.67 0.44
Hex AA B9 25 8 0 50 1B 42 43 2C
Octal 252 271 45 10 0 120 33 102 103 54
Binary 10101010 10111001 100101 1000 0 1010000 11011 1000010 1000011 101100

Color Harmonies of #AAB925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB925

Black with #AAB925

Text Example


Text Example

White with #AAB925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB925; }

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

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

background-color css

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

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

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

border-color css

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

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

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