#9FB500

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

Shades of Citrus #9FB500

Tints of Citrus #9FB500

Color information

#9FB500 (or 0x9FB500) is unknown color: approx Citrus. HEX triplet: 9F, B5 and 00. RGB value is (159,181,0). Sum of RGB (Red+Green+Blue) = 159+181+0=340 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.76% from 340); Green value is 181 (71.09% from 255 or 53.24% from 340); Blue value is 0 (0.39% from 255 or 0% from 340); Max value from RGB is 181 - color contains mainly: green. Hex color #9FB500 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FB500 is #604AFF. Grayscale: #9A9A9A. Windows color (decimal): -6310656 or 46495. OLE color: 46495.

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

Color convert

RGB1591810-
CMYK0.12010.29
HSL67.29º100%35.49%-
HSV(B)67.29º100%70.98%-
XYZ30.8240.426.18-
YUV153.7941.21131.72-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 46.76%
GREEN value IS 181 (71.09% from 255) = 53.24%
BLUE value IS 0 (0.39% from 255) = 0%
R=46.76%
G=53.24%
B=0%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal15918100.12010.2967.2910035.49
Hex9FB50C0641D436423
Octal23726501401443510314443
Binary100111111011010101100011001001110110000111100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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