#9FB019

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

Shades of Citrus #9FB019

Tints of Citrus #9FB019

Color information

#9FB019 (or 0x9FB019) is unknown color: approx Citrus. HEX triplet: 9F, B0 and 19. RGB value is (159,176,25). Sum of RGB (Red+Green+Blue) = 159+176+25=360 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.17% from 360); Green value is 176 (69.14% from 255 or 48.89% from 360); Blue value is 25 (10.16% from 255 or 6.94% from 360); Max value from RGB is 176 - color contains mainly: green. Hex color #9FB019 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9FB019 is #604FE6. Grayscale: #9A9A9A. Windows color (decimal): -6311911 or 1683615. OLE color: 1683615.

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

Color convert

RGB15917625-
CMYK0.1000.860.31
HSL66.75º75.12%39.41%-
HSV(B)66.75º85.8%69.02%-
XYZ3038.496.77-
YUV153.755.37131.78-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 44.17%
GREEN value IS 176 (69.14% from 255) = 48.89%
BLUE value IS 25 (10.16% from 255) = 6.94%
R=44.17%
G=48.89%
B=6.94%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal159176250.1000.860.3166.7575.1239.41
Hex9FB019A0561F434b27
Octal237260311201263710311347
Binary1001111110110000110011010010101101111110000111001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,176,25); }

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

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

 a { background-color: rgb(159,176,25); }

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

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

 span { border-color: rgb(159,176,25); }

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