#9FB125

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

Shades of Bahia #9FB125

Tints of Bahia #9FB125

Color information

#9FB125 (or 0x9FB125) is unknown color: approx Bahia. HEX triplet: 9F, B1 and 25. RGB value is (159,177,37). Sum of RGB (Red+Green+Blue) = 159+177+37=373 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.63% from 373); Green value is 177 (69.53% from 255 or 47.45% from 373); Blue value is 37 (14.84% from 255 or 9.92% from 373); Max value from RGB is 177 - color contains mainly: green. Hex color #9FB125 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FB125 is #604EDA. Grayscale: #9C9C9C. Windows color (decimal): -6311643 or 2470303. OLE color: 2470303.

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

Color convert

RGB15917737-
CMYK0.1000.790.31
HSL67.71º65.42%41.96%-
HSV(B)67.71º79.1%69.41%-
XYZ30.3538.957.67-
YUV155.6661.04130.38-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 42.63%
GREEN value IS 177 (69.53% from 255) = 47.45%
BLUE value IS 37 (14.84% from 255) = 9.92%
R=42.63%
G=47.45%
B=9.92%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal159177370.1000.790.3167.7165.4241.96
Hex9FB125A04F1F44412a
Octal237261451201173710410152
Binary10011111101100011001011010010011111111110001001000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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