#9FBF16

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

Shades of Bahia #9FBF16

Tints of Bahia #9FBF16

Color information

#9FBF16 (or 0x9FBF16) is unknown color: approx Bahia. HEX triplet: 9F, BF and 16. RGB value is (159,191,22). Sum of RGB (Red+Green+Blue) = 159+191+22=372 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.74% from 372); Green value is 191 (75% from 255 or 51.34% from 372); Blue value is 22 (8.98% from 255 or 5.91% from 372); Max value from RGB is 191 - color contains mainly: green. Hex color #9FBF16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FBF16 is #6040E9. Grayscale: #A2A2A2. Windows color (decimal): -6308074 or 1490847. OLE color: 1490847.

HSL color Cylindrical-coordinate representation of color #9FBF16: hue angle of 71.36º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9FBF16 is Cyan = 0.17, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB15919122-
CMYK0.1700.880.25
HSL71.36º79.34%41.76%-
HSV(B)71.36º88.48%74.9%-
XYZ33.0744.697.64-
YUV162.1748.9125.74-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 42.74%
GREEN value IS 191 (75% from 255) = 51.34%
BLUE value IS 22 (8.98% from 255) = 5.91%
R=42.74%
G=51.34%
B=5.91%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal159191220.1700.880.2571.3679.3441.76
Hex9FBF161105819474f2a
Octal237277262101303110711752
Binary10011111101111111011010001010110001100110001111001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBF16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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