#AEB401

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

Shades of Citrus #AEB401

Tints of Citrus #AEB401

Color information

#AEB401 (or 0xAEB401) is unknown color: approx Citrus. HEX triplet: AE, B4 and 01. RGB value is (174,180,1). Sum of RGB (Red+Green+Blue) = 174+180+1=355 (47% of max value = 765). Red value is 174 (68.36% from 255 or 49.01% from 355); Green value is 180 (70.70% from 255 or 50.70% from 355); Blue value is 1 (0.78% from 255 or 0.28% from 355); Max value from RGB is 180 - color contains mainly: green. Hex color #AEB401 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEB401 is #514BFE. Grayscale: #9E9E9E. Windows color (decimal): -5327871 or 111790. OLE color: 111790.

HSL color Cylindrical-coordinate representation of color #AEB401: hue angle of 62.01º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AEB401 is Cyan = 0.03, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.29.

Color convert

RGB1741801-
CMYK0.0300.990.29
HSL62.01º98.9%35.49%-
HSV(B)62.01º99.44%70.59%-
XYZ33.7841.646.29-
YUV157.839.51139.55-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.01%
GREEN value IS 180 (70.70% from 255) = 50.70%
BLUE value IS 1 (0.78% from 255) = 0.28%
R=49.01%
G=50.70%
B=0.28%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal17418010.0300.990.2962.0198.935.49
HexAEB4130631D3e6323
Octal256264130143357614343
Binary101011101011010011101100011111011111101100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB401; }

 p { color: rgb(174,180,1); }

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

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

 a { background-color: rgb(174,180,1); }

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

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

 span { border-color: rgb(174,180,1); }

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