Html Css Color HEX #AABA18 Bahia

📋 copy color: '#AABA18'

red 170 ◦ green 186 ◦ blue 24

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

Shades of Bahia #AABA18

Tints of Bahia #AABA18

RGB

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

 GREEN value IS 186 (73.05% from 255) = 48.95%

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

R = 44.74%
G = 48.95%
B = 6.32%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#AABA18 (or 0xAABA18) is known color: Bahia. HEX triplet: AA, BA and 18. RGB value is (170,186,24). Sum of RGB (Red+Green+Blue) = 170+186+24=380 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.74% from 380); Green value is 186 (73.05% from 255 or 48.95% from 380); Blue value is 24 (9.77% from 255 or 6.32% from 380); Max value from RGB is 186 - color contains mainly: green. Hex color #AABA18 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AABA18 is #5545E7. Grayscale: #A3A3A3. Windows color (decimal): -5588456 or 1620650. OLE color: 1620650.

HSL color Cylindrical-coordinate representation of color #AABA18: hue angle of 65.93º 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 #AABA18 is Cyan = 0.09, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 186 24 -
CMYK 0.09 0 0.87 0.27
HSL 65.93º 0.77% 0.41% -
HSV(B) 65.93º 0.87% 0.73% -
XYZ 34.3 43.73 7.5 -
YUV 162.75 49.7 133.17 -
System Red Green Blue C M Y K H S L
Decimal 170 186 24 0.09 0 0.87 0.27 65.93 0.77 0.41
Hex AA BA 18 9 0 57 1B 42 4D 29
Octal 252 272 30 11 0 127 33 102 115 51
Binary 10101010 10111010 11000 1001 0 1010111 11011 1000010 1001101 101001

Color Harmonies of #AABA18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABA18

Black with #AABA18

Text Example


Text Example

White with #AABA18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABA18; }

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

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

background-color css

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

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

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

border-color css

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

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

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