#9FB708

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

Shades of Citrus #9FB708

Tints of Citrus #9FB708

Color information

#9FB708 (or 0x9FB708) is unknown color: approx Citrus. HEX triplet: 9F, B7 and 08. RGB value is (159,183,8). Sum of RGB (Red+Green+Blue) = 159+183+8=350 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.43% from 350); Green value is 183 (71.88% from 255 or 52.29% from 350); Blue value is 8 (3.52% from 255 or 2.29% from 350); Max value from RGB is 183 - color contains mainly: green. Hex color #9FB708 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FB708 is #6048F7. Grayscale: #9C9C9C. Windows color (decimal): -6310136 or 571295. OLE color: 571295.

HSL color Cylindrical-coordinate representation of color #9FB708: hue angle of 68.23º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9FB708 is Cyan = 0.13, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.28.

Color convert

RGB1591838-
CMYK0.1300.960.28
HSL68.23º91.62%37.45%-
HSV(B)68.23º95.63%71.76%-
XYZ31.2841.266.54-
YUV155.8744.55130.23-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 45.43%
GREEN value IS 183 (71.88% from 255) = 52.29%
BLUE value IS 8 (3.52% from 255) = 2.29%
R=45.43%
G=52.29%
B=2.29%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal15918380.1300.960.2868.2391.6237.45
Hex9FB78D0601C445c25
Octal237267101501403410413445
Binary100111111011011110001101011000001110010001001011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,183,8); }

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

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

 a { background-color: rgb(159,183,8); }

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

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

 span { border-color: rgb(159,183,8); }

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