#9fb01f

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

Shades of Bahia #9FB01F

Tints of Bahia #9FB01F

Color information

#9FB01F (or 0x9FB01F) is unknown color: approx Bahia. HEX triplet: 9F, B0 and 1F. RGB value is (159,176,31). Sum of RGB (Red+Green+Blue) = 159+176+31=366 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.44% from 366); Green value is 176 (69.14% from 255 or 48.09% from 366); Blue value is 31 (12.5% from 255 or 8.47% from 366); Max value from RGB is 176 - color contains mainly: green. Hex color #9FB01F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FB01F is #604FE0. Grayscale: #9A9A9A. Windows color (decimal): -6311905 or 2076831. OLE color: 2076831.

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

Color convert

RGB15917631-
CMYK0.1000.820.31
HSL67.03º70.05%40.59%-
HSV(B)67.03º82.39%69.02%-
XYZ30.0738.527.15-
YUV154.3958.37131.29-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 43.44%
GREEN value IS 176 (69.14% from 255) = 48.09%
BLUE value IS 31 (12.5% from 255) = 8.47%
R=43.44%
G=48.09%
B=8.47%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal159176310.1000.820.3167.0370.0540.59
Hex9FB01FA0521F434629
Octal237260371201223710310651
Binary1001111110110000111111010010100101111110000111000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9fb01f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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