#ABAF05

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

Shades of Citrus #ABAF05

Tints of Citrus #ABAF05

Color information

#ABAF05 (or 0xABAF05) is unknown color: approx Citrus. HEX triplet: AB, AF and 05. RGB value is (171,175,5). Sum of RGB (Red+Green+Blue) = 171+175+5=351 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.72% from 351); Green value is 175 (68.75% from 255 or 49.86% from 351); Blue value is 5 (2.34% from 255 or 1.42% from 351); Max value from RGB is 175 - color contains mainly: green. Hex color #ABAF05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABAF05 is #5450FA. Grayscale: #9B9B9B. Windows color (decimal): -5525755 or 372651. OLE color: 372651.

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

Color convert

RGB1711755-
CMYK0.0200.970.31
HSL61.41º94.44%35.29%-
HSV(B)61.41º97.14%68.63%-
XYZ32.1539.336.04-
YUV154.4243.67139.82-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 48.72%
GREEN value IS 175 (68.75% from 255) = 49.86%
BLUE value IS 5 (2.34% from 255) = 1.42%
R=48.72%
G=49.86%
B=1.42%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17117550.0200.970.3161.4194.4435.29
HexABAF520611F3d5e23
Octal253257520141377513643
Binary10101011101011111011001100001111111111011011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAF05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAF05; }

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

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

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

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

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

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

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

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