#AEBA00

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

Shades of Citrus #AEBA00

Tints of Citrus #AEBA00

Color information

#AEBA00 (or 0xAEBA00) is unknown color: approx Citrus. HEX triplet: AE, BA and 00. RGB value is (174,186,0). Sum of RGB (Red+Green+Blue) = 174+186+0=360 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.33% from 360); Green value is 186 (73.05% from 255 or 51.67% from 360); Blue value is 0 (0.39% from 255 or 0% from 360); Max value from RGB is 186 - color contains mainly: green. Hex color #AEBA00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEBA00 is #5145FF. Grayscale: #A1A1A1. Windows color (decimal): -5326336 or 47790. OLE color: 47790.

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

Color convert

RGB1741860-
CMYK0.06010.27
HSL63.87º100%36.47%-
HSV(B)63.87º100%72.94%-
XYZ35.0144.126.67-
YUV161.2137.02137.12-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 48.33%
GREEN value IS 186 (73.05% from 255) = 51.67%
BLUE value IS 0 (0.39% from 255) = 0%
R=48.33%
G=51.67%
B=0%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal17418600.06010.2763.8710036.47
HexAEBA060641B406424
Octal2562720601443310014444
Binary10101110101110100110011001001101110000001100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBA00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBA00; }

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

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

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

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

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

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

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

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