#AEBA02

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

Shades of La Rioja #AEBA02

Tints of La Rioja #AEBA02

Color information

#AEBA02 (or 0xAEBA02) is unknown color: approx La Rioja. HEX triplet: AE, BA and 02. RGB value is (174,186,2). Sum of RGB (Red+Green+Blue) = 174+186+2=362 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.07% from 362); Green value is 186 (73.05% from 255 or 51.38% from 362); Blue value is 2 (1.17% from 255 or 0.55% from 362); Max value from RGB is 186 - color contains mainly: green. Hex color #AEBA02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEBA02 is #5145FD. Grayscale: #A2A2A2. Windows color (decimal): -5326334 or 178862. OLE color: 178862.

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

Color convert

RGB1741862-
CMYK0.0600.990.27
HSL63.91º97.87%36.86%-
HSV(B)63.91º98.92%72.94%-
XYZ35.0344.126.73-
YUV161.4438.02136.96-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 48.07%
GREEN value IS 186 (73.05% from 255) = 51.38%
BLUE value IS 2 (1.17% from 255) = 0.55%
R=48.07%
G=51.38%
B=0.55%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal17418620.0600.990.2763.9197.8736.86
HexAEBA260631B406225
Octal2562722601433310014245
Binary101011101011101010110011000111101110000001100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBA02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBA02; }

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

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

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

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

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

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

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

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