Html Css Color HEX #AAB518 Bahia

📋 copy color: '#AAB518'

red 170 ◦ green 181 ◦ blue 24

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

Shades of Bahia #AAB518

Tints of Bahia #AAB518

RGB

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

 GREEN value IS 181 (71.09% from 255) = 48.27%

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

R = 45.33%
G = 48.27%
B = 6.4%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.87

 K value IS 0.29

RGB Variations

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

Color information

#AAB518 (or 0xAAB518) is known color: Bahia. HEX triplet: AA, B5 and 18. RGB value is (170,181,24). Sum of RGB (Red+Green+Blue) = 170+181+24=375 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.33% from 375); Green value is 181 (71.09% from 255 or 48.27% from 375); Blue value is 24 (9.77% from 255 or 6.4% from 375); Max value from RGB is 181 - color contains mainly: green. Hex color #AAB518 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB518 is #554AE7. Grayscale: #A0A0A0. Windows color (decimal): -5589736 or 1619370. OLE color: 1619370.

HSL color Cylindrical-coordinate representation of color #AAB518: hue angle of 64.2º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AAB518 is Cyan = 0.06, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.29.

Color convert

RGB 170 181 24 -
CMYK 0.06 0 0.87 0.29
HSL 64.2º 0.77% 0.4% -
HSV(B) 64.2º 0.87% 0.71% -
XYZ 33.27 41.66 7.15 -
YUV 159.81 51.36 135.27 -
System Red Green Blue C M Y K H S L
Decimal 170 181 24 0.06 0 0.87 0.29 64.2 0.77 0.4
Hex AA B5 18 6 0 57 1D 40 4D 28
Octal 252 265 30 6 0 127 35 100 115 50
Binary 10101010 10110101 11000 110 0 1010111 11101 1000000 1001101 101000

Color Harmonies of #AAB518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB518

Black with #AAB518

Text Example


Text Example

White with #AAB518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB518; }

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

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

background-color css

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

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

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

border-color css

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

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

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