#ABAF03

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

Shades of Citrus #ABAF03

Tints of Citrus #ABAF03

Color information

#ABAF03 (or 0xABAF03) is unknown color: approx Citrus. HEX triplet: AB, AF and 03. RGB value is (171,175,3). Sum of RGB (Red+Green+Blue) = 171+175+3=349 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.00% from 349); Green value is 175 (68.75% from 255 or 50.14% from 349); Blue value is 3 (1.56% from 255 or 0.86% from 349); Max value from RGB is 175 - color contains mainly: green. Hex color #ABAF03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABAF03 is #5450FC. Grayscale: #9A9A9A. Windows color (decimal): -5525757 or 241579. OLE color: 241579.

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

Color convert

RGB1711753-
CMYK0.0200.980.31
HSL61.4º96.63%34.9%-
HSV(B)61.4º98.29%68.63%-
XYZ32.1439.325.98-
YUV154.242.67139.99-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 49.00%
GREEN value IS 175 (68.75% from 255) = 50.14%
BLUE value IS 3 (1.56% from 255) = 0.86%
R=49.00%
G=50.14%
B=0.86%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17117530.0200.980.3161.496.6334.9
HexABAF320621F3d6123
Octal253257320142377514143
Binary1010101110101111111001100010111111111011100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAF03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAF03; }

 p { color: rgb(171,175,3); }

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

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

 a { background-color: rgb(171,175,3); }

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

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

 span { border-color: rgb(171,175,3); }

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