#9FB425

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

Shades of Bahia #9FB425

Tints of Bahia #9FB425

Color information

#9FB425 (or 0x9FB425) is unknown color: approx Bahia. HEX triplet: 9F, B4 and 25. RGB value is (159,180,37). Sum of RGB (Red+Green+Blue) = 159+180+37=376 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.29% from 376); Green value is 180 (70.70% from 255 or 47.87% from 376); Blue value is 37 (14.84% from 255 or 9.84% from 376); Max value from RGB is 180 - color contains mainly: green. Hex color #9FB425 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FB425 is #604BDA. Grayscale: #9D9D9D. Windows color (decimal): -6310875 or 2471071. OLE color: 2471071.

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

Color convert

RGB15918037-
CMYK0.1200.790.29
HSL68.81º65.9%42.55%-
HSV(B)68.81º79.44%70.59%-
XYZ30.9540.157.87-
YUV157.4260.04129.13-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 42.29%
GREEN value IS 180 (70.70% from 255) = 47.87%
BLUE value IS 37 (14.84% from 255) = 9.84%
R=42.29%
G=47.87%
B=9.84%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal159180370.1200.790.2968.8165.942.55
Hex9FB425C04F1D45422b
Octal237264451401173510510253
Binary10011111101101001001011100010011111110110001011000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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