Html Css Color HEX #9FB310 Citrus

📋 copy color: '#9FB310'

red 159 ◦ green 179 ◦ blue 16

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

Shades of Citrus #9FB310

Tints of Citrus #9FB310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.52%

R = 44.92%
G = 50.56%
B = 4.52%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#9FB310 (or 0x9FB310) is known color: Citrus. HEX triplet: 9F, B3 and 10. RGB value is (159,179,16). Sum of RGB (Red+Green+Blue) = 159+179+16=354 (46% of max value = 765). Red value is 159 (62.5% from 255 or 44.92% from 354); Green value is 179 (70.31% from 255 or 50.56% from 354); Blue value is 16 (6.64% from 255 or 4.52% from 354); Max value from RGB is 179 - color contains mainly: green. Hex color #9FB310 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FB310 is #604CEF. Grayscale: #9B9B9B. Windows color (decimal): -6311152 or 1094559. OLE color: 1094559.

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

Color convert

RGB 159 179 16 -
CMYK 0.11 0 0.91 0.30
HSL 67.36º 0.84% 0.38% -
HSV(B) 67.36º 0.91% 0.7% -
XYZ 30.51 39.65 6.54 -
YUV 154.44 49.87 131.25 -
System Red Green Blue C M Y K H S L
Decimal 159 179 16 0.11 0 0.91 0.30 67.36 0.84 0.38
Hex 9F B3 10 B 0 5B 1E 43 54 26
Octal 237 263 20 13 0 133 36 103 124 46
Binary 10011111 10110011 10000 1011 0 1011011 11110 1000011 1010100 100110

Color Harmonies of #9FB310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FB310

Black with #9FB310

Text Example


Text Example

White with #9FB310

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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