#AEB600

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

Shades of Citrus #AEB600

Tints of Citrus #AEB600

Color information

#AEB600 (or 0xAEB600) is unknown color: approx Citrus. HEX triplet: AE, B6 and 00. RGB value is (174,182,0). Sum of RGB (Red+Green+Blue) = 174+182+0=356 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.88% from 356); Green value is 182 (71.48% from 255 or 51.12% from 356); Blue value is 0 (0.39% from 255 or 0% from 356); Max value from RGB is 182 - color contains mainly: green. Hex color #AEB600 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEB600 is #5149FF. Grayscale: #9F9F9F. Windows color (decimal): -5327360 or 46766. OLE color: 46766.

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

Color convert

RGB1741820-
CMYK0.04010.29
HSL62.64º100%35.69%-
HSV(B)62.64º100%71.37%-
XYZ34.1842.456.39-
YUV158.8638.35138.8-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 48.88%
GREEN value IS 182 (71.48% from 255) = 51.12%
BLUE value IS 0 (0.39% from 255) = 0%
R=48.88%
G=51.12%
B=0%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal17418200.04010.2962.6410035.69
HexAEB6040641D3f6424
Octal256266040144357714444
Binary1010111010110110010001100100111011111111100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB600; }

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

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

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

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

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

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

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

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