#9FB416

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

Shades of Citrus #9FB416

Tints of Citrus #9FB416

Color information

#9FB416 (or 0x9FB416) is unknown color: approx Citrus. HEX triplet: 9F, B4 and 16. RGB value is (159,180,22). Sum of RGB (Red+Green+Blue) = 159+180+22=361 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.04% from 361); Green value is 180 (70.70% from 255 or 49.86% from 361); Blue value is 22 (8.98% from 255 or 6.09% from 361); Max value from RGB is 180 - color contains mainly: green. Hex color #9FB416 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FB416 is #604BE9. Grayscale: #9C9C9C. Windows color (decimal): -6310890 or 1488031. OLE color: 1488031.

HSL color Cylindrical-coordinate representation of color #9FB416: hue angle of 67.97º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9FB416 is Cyan = 0.12, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB15918022-
CMYK0.1200.880.29
HSL67.97º78.22%39.61%-
HSV(B)67.97º87.78%70.59%-
XYZ30.7640.076.87-
YUV155.7152.54130.35-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 44.04%
GREEN value IS 180 (70.70% from 255) = 49.86%
BLUE value IS 22 (8.98% from 255) = 6.09%
R=44.04%
G=49.86%
B=6.09%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal159180220.1200.880.2967.9778.2239.61
Hex9FB416C0581D444e28
Octal237264261401303510411650
Binary1001111110110100101101100010110001110110001001001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,180,22); }

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

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

 a { background-color: rgb(159,180,22); }

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

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

 span { border-color: rgb(159,180,22); }

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