#AECB06

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

Shades of La Rioja #AECB06

Tints of La Rioja #AECB06

Color information

#AECB06 (or 0xAECB06) is unknown color: approx La Rioja. HEX triplet: AE, CB and 06. RGB value is (174,203,6). Sum of RGB (Red+Green+Blue) = 174+203+6=383 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.43% from 383); Green value is 203 (79.69% from 255 or 53.00% from 383); Blue value is 6 (2.73% from 255 or 1.57% from 383); Max value from RGB is 203 - color contains mainly: green. Hex color #AECB06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AECB06 is #5134F9. Grayscale: #ACACAC. Windows color (decimal): -5321978 or 445358. OLE color: 445358.

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

Color convert

RGB1742036-
CMYK0.1400.970.20
HSL68.83º94.26%40.98%-
HSV(B)68.83º97.04%79.61%-
XYZ38.8451.728.11-
YUV171.8734.39129.52-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.43%
GREEN value IS 203 (79.69% from 255) = 53.00%
BLUE value IS 6 (2.73% from 255) = 1.57%
R=45.43%
G=53.00%
B=1.57%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal17420360.1400.970.2068.8394.2640.98
HexAECB6E06114455e29
Octal25631361601412410513651
Binary10101110110010111101110011000011010010001011011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECB06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECB06; }

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

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

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

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

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

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

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

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