Html Css Color HEX #AAB918 Bahia

📋 copy color: '#AAB918'

red 170 ◦ green 185 ◦ blue 24

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

Shades of Bahia #AAB918

Tints of Bahia #AAB918

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.33%

R = 44.85%
G = 48.81%
B = 6.33%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#AAB918 (or 0xAAB918) is known color: Bahia. HEX triplet: AA, B9 and 18. RGB value is (170,185,24). Sum of RGB (Red+Green+Blue) = 170+185+24=379 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.85% from 379); Green value is 185 (72.66% from 255 or 48.81% from 379); Blue value is 24 (9.77% from 255 or 6.33% from 379); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB918 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB918 is #5546E7. Grayscale: #A2A2A2. Windows color (decimal): -5588712 or 1620394. OLE color: 1620394.

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

Color convert

RGB 170 185 24 -
CMYK 0.08 0 0.87 0.27
HSL 65.59º 0.77% 0.41% -
HSV(B) 65.59º 0.87% 0.73% -
XYZ 34.09 43.31 7.43 -
YUV 162.16 50.03 133.59 -
System Red Green Blue C M Y K H S L
Decimal 170 185 24 0.08 0 0.87 0.27 65.59 0.77 0.41
Hex AA B9 18 8 0 57 1B 42 4D 29
Octal 252 271 30 10 0 127 33 102 115 51
Binary 10101010 10111001 11000 1000 0 1010111 11011 1000010 1001101 101001

Color Harmonies of #AAB918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB918

Black with #AAB918

Text Example


Text Example

White with #AAB918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB918; }

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

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

background-color css

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

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

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

border-color css

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

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

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