#AEB202

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

Shades of Citrus #AEB202

Tints of Citrus #AEB202

Color information

#AEB202 (or 0xAEB202) is unknown color: approx Citrus. HEX triplet: AE, B2 and 02. RGB value is (174,178,2). Sum of RGB (Red+Green+Blue) = 174+178+2=354 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.15% from 354); Green value is 178 (69.92% from 255 or 50.28% from 354); Blue value is 2 (1.17% from 255 or 0.56% from 354); Max value from RGB is 178 - color contains mainly: green. Hex color #AEB202 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEB202 is #514DFD. Grayscale: #9D9D9D. Windows color (decimal): -5328382 or 176814. OLE color: 176814.

HSL color Cylindrical-coordinate representation of color #AEB202: hue angle of 61.36º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AEB202 is Cyan = 0.02, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.30.

Color convert

RGB1741782-
CMYK0.0200.990.30
HSL61.36º97.78%35.29%-
HSV(B)61.36º98.88%69.8%-
XYZ33.3940.846.18-
YUV156.7440.67140.31-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.15%
GREEN value IS 178 (69.92% from 255) = 50.28%
BLUE value IS 2 (1.17% from 255) = 0.56%
R=49.15%
G=50.28%
B=0.56%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17417820.0200.990.3061.3697.7835.29
HexAEB2220631E3d6223
Octal256262220143367514243
Binary1010111010110010101001100011111101111011100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB202; }

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

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

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

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

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

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

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

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