#ABB40F

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

Shades of Citrus #ABB40F

Tints of Citrus #ABB40F

Color information

#ABB40F (or 0xABB40F) is unknown color: approx Citrus. HEX triplet: AB, B4 and 0F. RGB value is (171,180,15). Sum of RGB (Red+Green+Blue) = 171+180+15=366 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.72% from 366); Green value is 180 (70.70% from 255 or 49.18% from 366); Blue value is 15 (6.25% from 255 or 4.10% from 366); Max value from RGB is 180 - color contains mainly: green. Hex color #ABB40F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABB40F is #544BF0. Grayscale: #9F9F9F. Windows color (decimal): -5524465 or 1029291. OLE color: 1029291.

HSL color Cylindrical-coordinate representation of color #ABB40F: hue angle of 63.27º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ABB40F is Cyan = 0.05, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB17118015-
CMYK0.0500.920.29
HSL63.27º84.62%38.24%-
HSV(B)63.27º91.67%70.59%-
XYZ33.241.336.68-
YUV158.547.02136.92-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 46.72%
GREEN value IS 180 (70.70% from 255) = 49.18%
BLUE value IS 15 (6.25% from 255) = 4.10%
R=46.72%
G=49.18%
B=4.10%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal171180150.0500.920.2963.2784.6238.24
HexABB4F505C1D3f5526
Octal2532641750134357712546
Binary1010101110110100111110101011100111011111111010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB40F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB40F; }

 p { color: rgb(171,180,15); }

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

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

 a { background-color: rgb(171,180,15); }

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

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

 span { border-color: rgb(171,180,15); }

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