#AEBC03

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

Shades of La Rioja #AEBC03

Tints of La Rioja #AEBC03

Color information

#AEBC03 (or 0xAEBC03) is unknown color: approx La Rioja. HEX triplet: AE, BC and 03. RGB value is (174,188,3). Sum of RGB (Red+Green+Blue) = 174+188+3=365 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.67% from 365); Green value is 188 (73.83% from 255 or 51.51% from 365); Blue value is 3 (1.56% from 255 or 0.82% from 365); Max value from RGB is 188 - color contains mainly: green. Hex color #AEBC03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEBC03 is #5143FC. Grayscale: #A3A3A3. Windows color (decimal): -5325821 or 244910. OLE color: 244910.

HSL color Cylindrical-coordinate representation of color #AEBC03: hue angle of 64.54º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AEBC03 is Cyan = 0.07, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.26.

Color convert

RGB1741883-
CMYK0.0700.980.26
HSL64.54º96.86%37.45%-
HSV(B)64.54º98.4%73.73%-
XYZ35.4644.976.9-
YUV162.7237.86136.04-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.67%
GREEN value IS 188 (73.83% from 255) = 51.51%
BLUE value IS 3 (1.56% from 255) = 0.82%
R=47.67%
G=51.51%
B=0.82%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal17418830.0700.980.2664.5496.8637.45
HexAEBC370621A416125
Octal2562743701423210114145
Binary101011101011110011111011000101101010000011100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBC03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBC03; }

 p { color: rgb(174,188,3); }

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

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

 a { background-color: rgb(174,188,3); }

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

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

 span { border-color: rgb(174,188,3); }

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