#ABAE04

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

Shades of Citrus #ABAE04

Tints of Citrus #ABAE04

Color information

#ABAE04 (or 0xABAE04) is unknown color: approx Citrus. HEX triplet: AB, AE and 04. RGB value is (171,174,4). Sum of RGB (Red+Green+Blue) = 171+174+4=349 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.00% from 349); Green value is 174 (68.36% from 255 or 49.86% from 349); Blue value is 4 (1.95% from 255 or 1.15% from 349); Max value from RGB is 174 - color contains mainly: green. Hex color #ABAE04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABAE04 is #5451FB. Grayscale: #9A9A9A. Windows color (decimal): -5526012 or 306859. OLE color: 306859.

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

Color convert

RGB1711744-
CMYK0.0200.980.32
HSL61.06º95.51%34.9%-
HSV(B)61.06º97.7%68.24%-
XYZ31.9538.945.95-
YUV153.7243.51140.32-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 49.00%
GREEN value IS 174 (68.36% from 255) = 49.86%
BLUE value IS 4 (1.95% from 255) = 1.15%
R=49.00%
G=49.86%
B=1.15%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17117440.0200.980.3261.0695.5134.9
HexABAE42062203d6023
Octal253256420142407514043
Binary101010111010111010010011000101000001111011100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAE04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAE04; }

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

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

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

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

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

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

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

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