#AEBA05

Color #AEBA05 La Rioja (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Rioja #AEBA05

Tints of La Rioja #AEBA05

Color information

#AEBA05 (or 0xAEBA05) is unknown color: approx La Rioja. HEX triplet: AE, BA and 05. RGB value is (174,186,5). Sum of RGB (Red+Green+Blue) = 174+186+5=365 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.67% from 365); Green value is 186 (73.05% from 255 or 50.96% from 365); Blue value is 5 (2.34% from 255 or 1.37% from 365); Max value from RGB is 186 - color contains mainly: green. Hex color #AEBA05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEBA05 is #5145FA. Grayscale: #A2A2A2. Windows color (decimal): -5326331 or 375470. OLE color: 375470.

HSL color Cylindrical-coordinate representation of color #AEBA05: hue angle of 63.98º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AEBA05 is Cyan = 0.06, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.27.

Color convert

RGB1741865-
CMYK0.0600.970.27
HSL63.98º94.76%37.45%-
HSV(B)63.98º97.31%72.94%-
XYZ35.0444.136.81-
YUV161.7839.52136.72-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.67%
GREEN value IS 186 (73.05% from 255) = 50.96%
BLUE value IS 5 (2.34% from 255) = 1.37%
R=47.67%
G=50.96%
B=1.37%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal17418650.0600.970.2763.9894.7637.45
HexAEBA560611B405f25
Octal2562725601413310013745
Binary1010111010111010101110011000011101110000001011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBA05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBA05; }

 p { color: rgb(174,186,5); }

 H1.HeaderClassName
 {
   color: #AEBA05;
 }
 .AnyTagClassName
 {
   color: #AEBA05;
 }
</style>
background-color css

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

 a { background-color: rgb(174,186,5); }

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

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

 span { border-color: rgb(174,186,5); }

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