#AECB02

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

Shades of La Rioja #AECB02

Tints of La Rioja #AECB02

Color information

#AECB02 (or 0xAECB02) is unknown color: approx La Rioja. HEX triplet: AE, CB and 02. RGB value is (174,203,2). Sum of RGB (Red+Green+Blue) = 174+203+2=379 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.91% from 379); Green value is 203 (79.69% from 255 or 53.56% from 379); Blue value is 2 (1.17% from 255 or 0.53% from 379); Max value from RGB is 203 - color contains mainly: green. Hex color #AECB02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AECB02 is #5134FD. Grayscale: #ACACAC. Windows color (decimal): -5321982 or 183214. OLE color: 183214.

HSL color Cylindrical-coordinate representation of color #AECB02: hue angle of 68.66º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AECB02 is Cyan = 0.14, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.20.

Color convert

RGB1742032-
CMYK0.1400.990.20
HSL68.66º98.05%40.2%-
HSV(B)68.66º99.01%79.61%-
XYZ38.8251.717.99-
YUV171.4232.39129.84-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.91%
GREEN value IS 203 (79.69% from 255) = 53.56%
BLUE value IS 2 (1.17% from 255) = 0.53%
R=45.91%
G=53.56%
B=0.53%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal17420320.1400.990.2068.6698.0540.2
HexAECB2E06314456228
Octal25631321601432410514250
Binary1010111011001011101110011000111010010001011100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECB02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECB02; }

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

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

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

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

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

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

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

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