Html Css Color HEX #AABA24 Bahia

📋 copy color: '#AABA24'

red 170 ◦ green 186 ◦ blue 36

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

Shades of Bahia #AABA24

Tints of Bahia #AABA24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 9.18%

R = 43.37%
G = 47.45%
B = 9.18%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#AABA24 (or 0xAABA24) is known color: Bahia. HEX triplet: AA, BA and 24. RGB value is (170,186,36). Sum of RGB (Red+Green+Blue) = 170+186+36=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 186 (73.05% from 255 or 47.45% from 392); Blue value is 36 (14.45% from 255 or 9.18% from 392); Max value from RGB is 186 - color contains mainly: green. Hex color #AABA24 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AABA24 is #5545DB. Grayscale: #A4A4A4. Windows color (decimal): -5588444 or 2407082. OLE color: 2407082.

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

Color convert

RGB 170 186 36 -
CMYK 0.09 0 0.81 0.27
HSL 66.4º 0.68% 0.44% -
HSV(B) 66.4º 0.81% 0.73% -
XYZ 34.45 43.79 8.31 -
YUV 164.12 55.7 132.2 -
System Red Green Blue C M Y K H S L
Decimal 170 186 36 0.09 0 0.81 0.27 66.4 0.68 0.44
Hex AA BA 24 9 0 51 1B 42 44 2C
Octal 252 272 44 11 0 121 33 102 104 54
Binary 10101010 10111010 100100 1001 0 1010001 11011 1000010 1000100 101100

Color Harmonies of #AABA24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABA24

Black with #AABA24

Text Example


Text Example

White with #AABA24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABA24; }

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

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

background-color css

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

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

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

border-color css

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

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

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