Html Css Color HEX #AABA15 Bahia

📋 copy color: '#AABA15'

red 170 ◦ green 186 ◦ blue 21

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

Shades of Bahia #AABA15

Tints of Bahia #AABA15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.57%

R = 45.09%
G = 49.34%
B = 5.57%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#AABA15 (or 0xAABA15) is known color: Bahia. HEX triplet: AA, BA and 15. RGB value is (170,186,21). Sum of RGB (Red+Green+Blue) = 170+186+21=377 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.09% from 377); Green value is 186 (73.05% from 255 or 49.34% from 377); Blue value is 21 (8.59% from 255 or 5.57% from 377); Max value from RGB is 186 - color contains mainly: green. Hex color #AABA15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AABA15 is #5545EA. Grayscale: #A3A3A3. Windows color (decimal): -5588459 or 1424042. OLE color: 1424042.

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

Color convert

RGB 170 186 21 -
CMYK 0.09 0 0.89 0.27
HSL 65.82º 0.8% 0.41% -
HSV(B) 65.82º 0.89% 0.73% -
XYZ 34.27 43.72 7.34 -
YUV 162.41 48.2 133.42 -
System Red Green Blue C M Y K H S L
Decimal 170 186 21 0.09 0 0.89 0.27 65.82 0.8 0.41
Hex AA BA 15 9 0 59 1B 42 50 29
Octal 252 272 25 11 0 131 33 102 120 51
Binary 10101010 10111010 10101 1001 0 1011001 11011 1000010 1010000 101001

Color Harmonies of #AABA15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABA15

Black with #AABA15

Text Example


Text Example

White with #AABA15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABA15; }

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

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

background-color css

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

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

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

border-color css

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

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

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