#9FB516

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

Shades of Citrus #9FB516

Tints of Citrus #9FB516

Color information

#9FB516 (or 0x9FB516) is unknown color: approx Citrus. HEX triplet: 9F, B5 and 16. RGB value is (159,181,22). Sum of RGB (Red+Green+Blue) = 159+181+22=362 (47% of max value = 765). Red value is 159 (62.5% from 255 or 43.92% from 362); Green value is 181 (71.09% from 255 or 50% from 362); Blue value is 22 (8.98% from 255 or 6.08% from 362); Max value from RGB is 181 - color contains mainly: green. Hex color #9FB516 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FB516 is #604AE9. Grayscale: #9C9C9C. Windows color (decimal): -6310634 or 1488287. OLE color: 1488287.

HSL color Cylindrical-coordinate representation of color #9FB516: hue angle of 68.3º 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 #9FB516 is Cyan = 0.12, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB15918122-
CMYK0.1200.880.29
HSL68.3º78.33%39.8%-
HSV(B)68.3º87.85%70.98%-
XYZ30.9740.486.94-
YUV156.352.21129.93-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 43.92%
GREEN value IS 181 (71.09% from 255) = 50%
BLUE value IS 22 (8.98% from 255) = 6.08%
R=43.92%
G=50%
B=6.08%

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
Decimal159181220.1200.880.2968.378.3339.8
Hex9FB516C0581D444e28
Octal237265261401303510411650
Binary1001111110110101101101100010110001110110001001001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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