#9FB424

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

Shades of Bahia #9FB424

Tints of Bahia #9FB424

Color information

#9FB424 (or 0x9FB424) is unknown color: approx Bahia. HEX triplet: 9F, B4 and 24. RGB value is (159,180,36). Sum of RGB (Red+Green+Blue) = 159+180+36=375 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.4% from 375); Green value is 180 (70.70% from 255 or 48% from 375); Blue value is 36 (14.45% from 255 or 9.6% from 375); Max value from RGB is 180 - color contains mainly: green. Hex color #9FB424 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FB424 is #604BDB. Grayscale: #9D9D9D. Windows color (decimal): -6310876 or 2405535. OLE color: 2405535.

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

Color convert

RGB15918036-
CMYK0.1200.80.29
HSL68.75º66.67%42.35%-
HSV(B)68.75º80%70.59%-
XYZ30.9440.147.79-
YUV157.359.54129.21-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 42.4%
GREEN value IS 180 (70.70% from 255) = 48%
BLUE value IS 36 (14.45% from 255) = 9.6%
R=42.4%
G=48%
B=9.6%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal159180360.1200.80.2968.7566.6742.35
Hex9FB424C0501D45432a
Octal237264441401203510510352
Binary10011111101101001001001100010100001110110001011000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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