#ABB014

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

Shades of Citrus #ABB014

Tints of Citrus #ABB014

Color information

#ABB014 (or 0xABB014) is unknown color: approx Citrus. HEX triplet: AB, B0 and 14. RGB value is (171,176,20). Sum of RGB (Red+Green+Blue) = 171+176+20=367 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.59% from 367); Green value is 176 (69.14% from 255 or 47.96% from 367); Blue value is 20 (8.20% from 255 or 5.45% from 367); Max value from RGB is 176 - color contains mainly: green. Hex color #ABB014 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABB014 is #544FEB. Grayscale: #9D9D9D. Windows color (decimal): -5525484 or 1355947. OLE color: 1355947.

HSL color Cylindrical-coordinate representation of color #ABB014: hue angle of 61.92º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ABB014 is Cyan = 0.03, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB17117620-
CMYK0.0300.890.31
HSL61.92º79.59%38.43%-
HSV(B)61.92º88.64%69.02%-
XYZ32.4539.766.63-
YUV156.7250.84138.18-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 46.59%
GREEN value IS 176 (69.14% from 255) = 47.96%
BLUE value IS 20 (8.20% from 255) = 5.45%
R=46.59%
G=47.96%
B=5.45%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal171176200.0300.890.3161.9279.5938.43
HexABB01430591F3e5026
Octal2532602430131377612046
Binary1010101110110000101001101011001111111111101010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB014; }

 p { color: rgb(171,176,20); }

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

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

 a { background-color: rgb(171,176,20); }

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

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

 span { border-color: rgb(171,176,20); }

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