#9FB61F

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

Shades of Bahia #9FB61F

Tints of Bahia #9FB61F

Color information

#9FB61F (or 0x9FB61F) is unknown color: approx Bahia. HEX triplet: 9F, B6 and 1F. RGB value is (159,182,31). Sum of RGB (Red+Green+Blue) = 159+182+31=372 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.74% from 372); Green value is 182 (71.48% from 255 or 48.92% from 372); Blue value is 31 (12.5% from 255 or 8.33% from 372); Max value from RGB is 182 - color contains mainly: green. Hex color #9FB61F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FB61F is #6049E0. Grayscale: #9E9E9E. Windows color (decimal): -6310369 or 2078367. OLE color: 2078367.

HSL color Cylindrical-coordinate representation of color #9FB61F: hue angle of 69.14º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9FB61F is Cyan = 0.13, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.29.

Color convert

RGB15918231-
CMYK0.1300.830.29
HSL69.14º70.89%41.76%-
HSV(B)69.14º82.97%71.37%-
XYZ31.2740.937.55-
YUV157.9156.38128.78-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 42.74%
GREEN value IS 182 (71.48% from 255) = 48.92%
BLUE value IS 31 (12.5% from 255) = 8.33%
R=42.74%
G=48.92%
B=8.33%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal159182310.1300.830.2969.1470.8941.76
Hex9FB61FD0531D45472a
Octal237266371501233510510752
Binary1001111110110110111111101010100111110110001011000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB61F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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