#9FB102

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

Shades of Citrus #9FB102

Tints of Citrus #9FB102

Color information

#9FB102 (or 0x9FB102) is unknown color: approx Citrus. HEX triplet: 9F, B1 and 02. RGB value is (159,177,2). Sum of RGB (Red+Green+Blue) = 159+177+2=338 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.04% from 338); Green value is 177 (69.53% from 255 or 52.37% from 338); Blue value is 2 (1.17% from 255 or 0.59% from 338); Max value from RGB is 177 - color contains mainly: green. Hex color #9FB102 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9FB102 is #604EFD. Grayscale: #989898. Windows color (decimal): -6311678 or 176543. OLE color: 176543.

HSL color Cylindrical-coordinate representation of color #9FB102: hue angle of 66.17º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9FB102 is Cyan = 0.10, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.31.

Color convert

RGB1591772-
CMYK0.1000.990.31
HSL66.17º97.77%35.1%-
HSV(B)66.17º98.87%69.41%-
XYZ30.0338.825.97-
YUV151.6743.54133.23-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 47.04%
GREEN value IS 177 (69.53% from 255) = 52.37%
BLUE value IS 2 (1.17% from 255) = 0.59%
R=47.04%
G=52.37%
B=0.59%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal15917720.1000.990.3166.1797.7735.1
Hex9FB12A0631F426223
Octal23726121201433710214243
Binary1001111110110001101010011000111111110000101100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,177,2); }

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

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

 a { background-color: rgb(159,177,2); }

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

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

 span { border-color: rgb(159,177,2); }

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