Html Css Color HEX #AAB818 Bahia

📋 copy color: '#AAB818'

red 170 ◦ green 184 ◦ blue 24

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

Shades of Bahia #AAB818

Tints of Bahia #AAB818

RGB

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

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

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

R = 44.97%
G = 48.68%
B = 6.35%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.87

 K value IS 0.28

RGB Variations

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

Color information

#AAB818 (or 0xAAB818) is known color: Bahia. HEX triplet: AA, B8 and 18. RGB value is (170,184,24). Sum of RGB (Red+Green+Blue) = 170+184+24=378 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.97% from 378); Green value is 184 (72.27% from 255 or 48.68% from 378); Blue value is 24 (9.77% from 255 or 6.35% from 378); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB818 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB818 is #5547E7. Grayscale: #A2A2A2. Windows color (decimal): -5588968 or 1620138. OLE color: 1620138.

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

Color convert

RGB 170 184 24 -
CMYK 0.08 0 0.87 0.28
HSL 65.25º 0.77% 0.41% -
HSV(B) 65.25º 0.87% 0.72% -
XYZ 33.88 42.89 7.36 -
YUV 161.57 50.36 134.01 -
System Red Green Blue C M Y K H S L
Decimal 170 184 24 0.08 0 0.87 0.28 65.25 0.77 0.41
Hex AA B8 18 8 0 57 1C 41 4D 29
Octal 252 270 30 10 0 127 34 101 115 51
Binary 10101010 10111000 11000 1000 0 1010111 11100 1000001 1001101 101001

Color Harmonies of #AAB818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB818

Black with #AAB818

Text Example


Text Example

White with #AAB818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB818; }

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

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

background-color css

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

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

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

border-color css

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

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

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