#9ABB16

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

Shades of Citrus #9ABB16

Tints of Citrus #9ABB16

Color information

#9ABB16 (or 0x9ABB16) is unknown color: approx Citrus. HEX triplet: 9A, BB and 16. RGB value is (154,187,22). Sum of RGB (Red+Green+Blue) = 154+187+22=363 (48% of max value = 765). Red value is 154 (60.55% from 255 or 42.42% from 363); Green value is 187 (73.44% from 255 or 51.52% from 363); Blue value is 22 (8.98% from 255 or 6.06% from 363); Max value from RGB is 187 - color contains mainly: green. Hex color #9ABB16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9ABB16 is #6544E9. Grayscale: #9E9E9E. Windows color (decimal): -6636778 or 1489818. OLE color: 1489818.

HSL color Cylindrical-coordinate representation of color #9ABB16: hue angle of 72º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9ABB16 is Cyan = 0.18, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB15418722-
CMYK0.1800.880.27
HSL72º78.95%40.98%-
HSV(B)72º88.24%73.33%-
XYZ31.2442.477.31-
YUV158.3251.07124.92-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 42.42%
GREEN value IS 187 (73.44% from 255) = 51.52%
BLUE value IS 22 (8.98% from 255) = 6.06%
R=42.42%
G=51.52%
B=6.06%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal154187220.1800.880.277278.9540.98
Hex9ABB16120581B484f29
Octal232273262201303311011751
Binary10011010101110111011010010010110001101110010001001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABB16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9ABB16; }

 p { color: rgb(154,187,22); }

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

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

 a { background-color: rgb(154,187,22); }

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

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

 span { border-color: rgb(154,187,22); }

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