#9FB032

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

Shades of Limerick #9FB032

Tints of Limerick #9FB032

Color information

#9FB032 (or 0x9FB032) is unknown color: approx Limerick. HEX triplet: 9F, B0 and 32. RGB value is (159,176,50). Sum of RGB (Red+Green+Blue) = 159+176+50=385 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.30% from 385); Green value is 176 (69.14% from 255 or 45.71% from 385); Blue value is 50 (19.92% from 255 or 12.99% from 385); Max value from RGB is 176 - color contains mainly: green. Hex color #9FB032 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FB032 is #604FCD. Grayscale: #9D9D9D. Windows color (decimal): -6311886 or 3322015. OLE color: 3322015.

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

Color convert

RGB15917650-
CMYK0.1000.720.31
HSL68.1º55.75%44.31%-
HSV(B)68.1º71.59%69.02%-
XYZ30.438.658.88-
YUV156.5567.87129.75-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 41.30%
GREEN value IS 176 (69.14% from 255) = 45.71%
BLUE value IS 50 (19.92% from 255) = 12.99%
R=41.30%
G=45.71%
B=12.99%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal159176500.1000.720.3168.155.7544.31
Hex9FB032A0481F44382c
Octal23726062120110371047054
Binary1001111110110000110010101001001000111111000100111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,176,50); }

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

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

 a { background-color: rgb(159,176,50); }

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

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

 span { border-color: rgb(159,176,50); }

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