#AEB20E

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

Shades of La Rioja #AEB20E

Tints of La Rioja #AEB20E

Color information

#AEB20E (or 0xAEB20E) is unknown color: approx La Rioja. HEX triplet: AE, B2 and 0E. RGB value is (174,178,14). Sum of RGB (Red+Green+Blue) = 174+178+14=366 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.54% from 366); Green value is 178 (69.92% from 255 or 48.63% from 366); Blue value is 14 (5.86% from 255 or 3.83% from 366); Max value from RGB is 178 - color contains mainly: green. Hex color #AEB20E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEB20E is #514DF1. Grayscale: #9E9E9E. Windows color (decimal): -5328370 or 963246. OLE color: 963246.

HSL color Cylindrical-coordinate representation of color #AEB20E: hue angle of 61.46º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AEB20E is Cyan = 0.02, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.30.

Color convert

RGB17417814-
CMYK0.0200.920.30
HSL61.46º85.42%37.65%-
HSV(B)61.46º92.13%69.8%-
XYZ33.4640.876.54-
YUV158.1146.67139.34-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.54%
GREEN value IS 178 (69.92% from 255) = 48.63%
BLUE value IS 14 (5.86% from 255) = 3.83%
R=47.54%
G=48.63%
B=3.83%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal174178140.0200.920.3061.4685.4237.65
HexAEB2E205C1E3d5526
Octal2562621620134367512546
Binary101011101011001011101001011100111101111011010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB20E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB20E; }

 p { color: rgb(174,178,14); }

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

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

 a { background-color: rgb(174,178,14); }

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

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

 span { border-color: rgb(174,178,14); }

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