Html Css Color HEX #9FB313 Citrus

📋 copy color: '#9FB313'

red 159 ◦ green 179 ◦ blue 19

#9FB313
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Citrus #9FB313

Tints of Citrus #9FB313

RGB

 RED value IS 159 (62.5% from 255) = 44.54%

 GREEN value IS 179 (70.31% from 255) = 50.14%

 BLUE value IS 19 (7.81% from 255) = 5.32%

R = 44.54%
G = 50.14%
B = 5.32%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#9FB313 (or 0x9FB313) is known color: Citrus. HEX triplet: 9F, B3 and 13. RGB value is (159,179,19). Sum of RGB (Red+Green+Blue) = 159+179+19=357 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.54% from 357); Green value is 179 (70.31% from 255 or 50.14% from 357); Blue value is 19 (7.81% from 255 or 5.32% from 357); Max value from RGB is 179 - color contains mainly: green. Hex color #9FB313 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FB313 is #604CEC. Grayscale: #9B9B9B. Windows color (decimal): -6311149 or 1291167. OLE color: 1291167.

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

Color convert

RGB 159 179 19 -
CMYK 0.11 0 0.89 0.30
HSL 67.5º 0.81% 0.39% -
HSV(B) 67.5º 0.89% 0.7% -
XYZ 30.54 39.66 6.66 -
YUV 154.78 51.37 131.01 -
System Red Green Blue C M Y K H S L
Decimal 159 179 19 0.11 0 0.89 0.30 67.5 0.81 0.39
Hex 9F B3 13 B 0 59 1E 44 51 27
Octal 237 263 23 13 0 131 36 104 121 47
Binary 10011111 10110011 10011 1011 0 1011001 11110 1000100 1010001 100111

Color Harmonies of #9FB313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FB313

Black with #9FB313

Text Example


Text Example

White with #9FB313

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9FB313;
 }
 .AnyTagClassName
 {
   color: #9FB313;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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