#AEB40B

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

Shades of La Rioja #AEB40B

Tints of La Rioja #AEB40B

Color information

#AEB40B (or 0xAEB40B) is unknown color: approx La Rioja. HEX triplet: AE, B4 and 0B. RGB value is (174,180,11). Sum of RGB (Red+Green+Blue) = 174+180+11=365 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.67% from 365); Green value is 180 (70.70% from 255 or 49.32% from 365); Blue value is 11 (4.69% from 255 or 3.01% from 365); Max value from RGB is 180 - color contains mainly: green. Hex color #AEB40B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEB40B is #514BF4. Grayscale: #9F9F9F. Windows color (decimal): -5327861 or 767150. OLE color: 767150.

HSL color Cylindrical-coordinate representation of color #AEB40B: hue angle of 62.13º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AEB40B is Cyan = 0.03, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.29.

Color convert

RGB17418011-
CMYK0.0300.940.29
HSL62.13º88.48%37.45%-
HSV(B)62.13º93.89%70.59%-
XYZ33.8441.676.58-
YUV158.9444.51138.74-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.67%
GREEN value IS 180 (70.70% from 255) = 49.32%
BLUE value IS 11 (4.69% from 255) = 3.01%
R=47.67%
G=49.32%
B=3.01%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal174180110.0300.940.2962.1388.4837.45
HexAEB4B305E1D3e5825
Octal2562641330136357613045
Binary101011101011010010111101011110111011111101011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB40B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB40B; }

 p { color: rgb(174,180,11); }

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

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

 a { background-color: rgb(174,180,11); }

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

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

 span { border-color: rgb(174,180,11); }

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