#9FB234

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

Shades of Limerick #9FB234

Tints of Limerick #9FB234

Color information

#9FB234 (or 0x9FB234) is unknown color: approx Limerick. HEX triplet: 9F, B2 and 34. RGB value is (159,178,52). Sum of RGB (Red+Green+Blue) = 159+178+52=389 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.87% from 389); Green value is 178 (69.92% from 255 or 45.76% from 389); Blue value is 52 (20.70% from 255 or 13.37% from 389); Max value from RGB is 178 - color contains mainly: green. Hex color #9FB234 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FB234 is #604DCB. Grayscale: #9E9E9E. Windows color (decimal): -6311372 or 3453599. OLE color: 3453599.

HSL color Cylindrical-coordinate representation of color #9FB234: hue angle of 69.05º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9FB234 is Cyan = 0.11, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.30.

Color convert

RGB15917852-
CMYK0.1100.710.30
HSL69.05º54.78%45.1%-
HSV(B)69.05º70.79%69.8%-
XYZ30.8439.469.24-
YUV157.9568.21128.75-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 40.87%
GREEN value IS 178 (69.92% from 255) = 45.76%
BLUE value IS 52 (20.70% from 255) = 13.37%
R=40.87%
G=45.76%
B=13.37%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal159178520.1100.710.3069.0554.7845.1
Hex9FB234B0471E45372d
Octal23726264130107361056755
Binary1001111110110010110100101101000111111101000101110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,178,52); }

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

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

 a { background-color: rgb(159,178,52); }

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

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

 span { border-color: rgb(159,178,52); }

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