#9FB315

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

Shades of Citrus #9FB315

Tints of Citrus #9FB315

Color information

#9FB315 (or 0x9FB315) is unknown color: approx Citrus. HEX triplet: 9F, B3 and 15. RGB value is (159,179,21). Sum of RGB (Red+Green+Blue) = 159+179+21=359 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.29% from 359); Green value is 179 (70.31% from 255 or 49.86% from 359); Blue value is 21 (8.59% from 255 or 5.85% from 359); Max value from RGB is 179 - color contains mainly: green. Hex color #9FB315 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FB315 is #604CEA. Grayscale: #9B9B9B. Windows color (decimal): -6311147 or 1422239. OLE color: 1422239.

HSL color Cylindrical-coordinate representation of color #9FB315: hue angle of 67.59º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9FB315 is Cyan = 0.11, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.30.

Color convert

RGB15917921-
CMYK0.1100.880.30
HSL67.59º79%39.22%-
HSV(B)67.59º88.27%70.2%-
XYZ30.5539.676.76-
YUV155.0152.37130.85-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 44.29%
GREEN value IS 179 (70.31% from 255) = 49.86%
BLUE value IS 21 (8.59% from 255) = 5.85%
R=44.29%
G=49.86%
B=5.85%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal159179210.1100.880.3067.597939.22
Hex9FB315B0581E444f27
Octal237263251301303610411747
Binary1001111110110011101011011010110001111010001001001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,179,21); }

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

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

 a { background-color: rgb(159,179,21); }

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

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

 span { border-color: rgb(159,179,21); }

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