#AEBC08

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

Shades of La Rioja #AEBC08

Tints of La Rioja #AEBC08

Color information

#AEBC08 (or 0xAEBC08) is unknown color: approx La Rioja. HEX triplet: AE, BC and 08. RGB value is (174,188,8). Sum of RGB (Red+Green+Blue) = 174+188+8=370 (49% of max value = 765). Red value is 174 (68.36% from 255 or 47.03% from 370); Green value is 188 (73.83% from 255 or 50.81% from 370); Blue value is 8 (3.52% from 255 or 2.16% from 370); Max value from RGB is 188 - color contains mainly: green. Hex color #AEBC08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEBC08 is #5143F7. Grayscale: #A3A3A3. Windows color (decimal): -5325816 or 572590. OLE color: 572590.

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

Color convert

RGB1741888-
CMYK0.0700.960.26
HSL64.67º91.84%38.43%-
HSV(B)64.67º95.74%73.73%-
XYZ35.4844.987.04-
YUV163.2940.36135.64-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.03%
GREEN value IS 188 (73.83% from 255) = 50.81%
BLUE value IS 8 (3.52% from 255) = 2.16%
R=47.03%
G=50.81%
B=2.16%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal17418880.0700.960.2664.6791.8438.43
HexAEBC870601A415c26
Octal25627410701403210113446
Binary10101110101111001000111011000001101010000011011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBC08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBC08; }

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

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

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

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

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

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

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

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