Html Css Color HEX #AAB928 Bahia

📋 copy color: '#AAB928'

red 170 ◦ green 185 ◦ blue 40

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

Shades of Bahia #AAB928

Tints of Bahia #AAB928

RGB

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

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

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

R = 43.04%
G = 46.84%
B = 10.13%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#AAB928 (or 0xAAB928) is known color: Bahia. HEX triplet: AA, B9 and 28. RGB value is (170,185,40). Sum of RGB (Red+Green+Blue) = 170+185+40=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 185 (72.66% from 255 or 46.84% from 395); Blue value is 40 (16.02% from 255 or 10.13% from 395); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB928 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB928 is #5546D7. Grayscale: #A4A4A4. Windows color (decimal): -5588696 or 2668970. OLE color: 2668970.

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

Color convert

RGB 170 185 40 -
CMYK 0.08 0 0.78 0.27
HSL 66.21º 0.64% 0.44% -
HSV(B) 66.21º 0.78% 0.73% -
XYZ 34.31 43.4 8.58 -
YUV 163.99 58.03 132.29 -
System Red Green Blue C M Y K H S L
Decimal 170 185 40 0.08 0 0.78 0.27 66.21 0.64 0.44
Hex AA B9 28 8 0 4E 1B 42 40 2C
Octal 252 271 50 10 0 116 33 102 100 54
Binary 10101010 10111001 101000 1000 0 1001110 11011 1000010 1000000 101100

Color Harmonies of #AAB928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB928

Black with #AAB928

Text Example


Text Example

White with #AAB928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB928; }

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

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

background-color css

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

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

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

border-color css

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

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

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