#9FB12D

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

Shades of Bahia #9FB12D

Tints of Bahia #9FB12D

Color information

#9FB12D (or 0x9FB12D) is unknown color: approx Bahia. HEX triplet: 9F, B1 and 2D. RGB value is (159,177,45). Sum of RGB (Red+Green+Blue) = 159+177+45=381 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.73% from 381); Green value is 177 (69.53% from 255 or 46.46% from 381); Blue value is 45 (17.97% from 255 or 11.81% from 381); Max value from RGB is 177 - color contains mainly: green. Hex color #9FB12D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FB12D is #604ED2. Grayscale: #9D9D9D. Windows color (decimal): -6311635 or 2994591. OLE color: 2994591.

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

Color convert

RGB15917745-
CMYK0.1000.750.31
HSL68.18º59.46%43.53%-
HSV(B)68.18º74.58%69.41%-
XYZ30.49398.4-
YUV156.5765.04129.73-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 41.73%
GREEN value IS 177 (69.53% from 255) = 46.46%
BLUE value IS 45 (17.97% from 255) = 11.81%
R=41.73%
G=46.46%
B=11.81%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal159177450.1000.750.3168.1859.4643.53
Hex9FB12DA04B1F443b2c
Octal23726155120113371047354
Binary1001111110110001101101101001001011111111000100111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB12D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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