Html Css Color HEX #9FBA16 Citrus

📋 copy color: '#9FBA16'

red 159 ◦ green 186 ◦ blue 22

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

Shades of Citrus #9FBA16

Tints of Citrus #9FBA16

RGB

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

 GREEN value IS 186 (73.05% from 255) = 50.68%

 BLUE value IS 22 (8.98% from 255) = 5.99%

R = 43.32%
G = 50.68%
B = 5.99%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#9FBA16 (or 0x9FBA16) is known color: Citrus. HEX triplet: 9F, BA and 16. RGB value is (159,186,22). Sum of RGB (Red+Green+Blue) = 159+186+22=367 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.32% from 367); Green value is 186 (73.05% from 255 or 50.68% from 367); Blue value is 22 (8.98% from 255 or 5.99% from 367); Max value from RGB is 186 - color contains mainly: green. Hex color #9FBA16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FBA16 is #6045E9. Grayscale: #9F9F9F. Windows color (decimal): -6309354 or 1489567. OLE color: 1489567.

HSL color Cylindrical-coordinate representation of color #9FBA16: hue angle of 69.88º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9FBA16 is Cyan = 0.15, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB 159 186 22 -
CMYK 0.15 0 0.88 0.27
HSL 69.88º 0.79% 0.41% -
HSV(B) 69.88º 0.88% 0.73% -
XYZ 32 42.55 7.28 -
YUV 159.23 50.55 127.84 -
System Red Green Blue C M Y K H S L
Decimal 159 186 22 0.15 0 0.88 0.27 69.88 0.79 0.41
Hex 9F BA 16 F 0 58 1B 46 4F 29
Octal 237 272 26 17 0 130 33 106 117 51
Binary 10011111 10111010 10110 1111 0 1011000 11011 1000110 1001111 101001

Color Harmonies of #9FBA16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBA16

Black with #9FBA16

Text Example


Text Example

White with #9FBA16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,186,22); }

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

background-color css

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

 a { background-color: rgb(159,186,22); }

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

border-color css

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

 span { border-color: rgb(159,186,22); }

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