#9FB135

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

Shades of Limerick #9FB135

Tints of Limerick #9FB135

Color information

#9FB135 (or 0x9FB135) is unknown color: approx Limerick. HEX triplet: 9F, B1 and 35. RGB value is (159,177,53). Sum of RGB (Red+Green+Blue) = 159+177+53=389 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.87% from 389); Green value is 177 (69.53% from 255 or 45.50% from 389); Blue value is 53 (21.09% from 255 or 13.62% from 389); Max value from RGB is 177 - color contains mainly: green. Hex color #9FB135 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FB135 is #604ECA. Grayscale: #9D9D9D. Windows color (decimal): -6311627 or 3518879. OLE color: 3518879.

HSL color Cylindrical-coordinate representation of color #9FB135: hue angle of 68.71º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9FB135 is Cyan = 0.10, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB15917753-
CMYK0.1000.700.31
HSL68.71º53.91%45.1%-
HSV(B)68.71º70.06%69.41%-
XYZ30.6639.079.29-
YUV157.4869.04129.08-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 40.87%
GREEN value IS 177 (69.53% from 255) = 45.50%
BLUE value IS 53 (21.09% from 255) = 13.62%
R=40.87%
G=45.50%
B=13.62%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal159177530.1000.700.3168.7153.9145.1
Hex9FB135A0461F45362d
Octal23726165120106371056655
Binary1001111110110001110101101001000110111111000101110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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