#ABAE10

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

Shades of Citrus #ABAE10

Tints of Citrus #ABAE10

Color information

#ABAE10 (or 0xABAE10) is unknown color: approx Citrus. HEX triplet: AB, AE and 10. RGB value is (171,174,16). Sum of RGB (Red+Green+Blue) = 171+174+16=361 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.37% from 361); Green value is 174 (68.36% from 255 or 48.20% from 361); Blue value is 16 (6.64% from 255 or 4.43% from 361); Max value from RGB is 174 - color contains mainly: green. Hex color #ABAE10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABAE10 is #5451EF. Grayscale: #9B9B9B. Windows color (decimal): -5526000 or 1093291. OLE color: 1093291.

HSL color Cylindrical-coordinate representation of color #ABAE10: hue angle of 61.14º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ABAE10 is Cyan = 0.02, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.32.

Color convert

RGB17117416-
CMYK0.0200.910.32
HSL61.14º83.16%37.25%-
HSV(B)61.14º90.8%68.24%-
XYZ32.0238.976.32-
YUV155.0949.51139.35-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 47.37%
GREEN value IS 174 (68.36% from 255) = 48.20%
BLUE value IS 16 (6.64% from 255) = 4.43%
R=47.37%
G=48.20%
B=4.43%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal171174160.0200.910.3261.1483.1637.25
HexABAE10205B203d5325
Octal2532562020133407512345
Binary10101011101011101000010010110111000001111011010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAE10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAE10; }

 p { color: rgb(171,174,16); }

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

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

 a { background-color: rgb(171,174,16); }

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

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

 span { border-color: rgb(171,174,16); }

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