#9FB431

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

Shades of Bahia #9FB431

Tints of Bahia #9FB431

Color information

#9FB431 (or 0x9FB431) is unknown color: approx Bahia. HEX triplet: 9F, B4 and 31. RGB value is (159,180,49). Sum of RGB (Red+Green+Blue) = 159+180+49=388 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.98% from 388); Green value is 180 (70.70% from 255 or 46.39% from 388); Blue value is 49 (19.53% from 255 or 12.63% from 388); Max value from RGB is 180 - color contains mainly: green. Hex color #9FB431 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FB431 is #604BCE. Grayscale: #9F9F9F. Windows color (decimal): -6310863 or 3257503. OLE color: 3257503.

HSL color Cylindrical-coordinate representation of color #9FB431: hue angle of 69.62º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9FB431 is Cyan = 0.12, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB15918049-
CMYK0.1200.730.29
HSL69.62º57.21%44.9%-
HSV(B)69.62º72.78%70.59%-
XYZ31.1740.249.03-
YUV158.7966.04128.15-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 40.98%
GREEN value IS 180 (70.70% from 255) = 46.39%
BLUE value IS 49 (19.53% from 255) = 12.63%
R=40.98%
G=46.39%
B=12.63%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal159180490.1200.730.2969.6257.2144.9
Hex9FB431C0491D46392d
Octal23726461140111351067155
Binary1001111110110100110001110001001001111011000110111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,180,49); }

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

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

 a { background-color: rgb(159,180,49); }

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

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

 span { border-color: rgb(159,180,49); }

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