#9EB534

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

Shades of Limerick #9EB534

Tints of Limerick #9EB534

Color information

#9EB534 (or 0x9EB534) is unknown color: approx Limerick. HEX triplet: 9E, B5 and 34. RGB value is (158,181,52). Sum of RGB (Red+Green+Blue) = 158+181+52=391 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.41% from 391); Green value is 181 (71.09% from 255 or 46.29% from 391); Blue value is 52 (20.70% from 255 or 13.30% from 391); Max value from RGB is 181 - color contains mainly: green. Hex color #9EB534 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EB534 is #614ACB. Grayscale: #9F9F9F. Windows color (decimal): -6376140 or 3454366. OLE color: 3454366.

HSL color Cylindrical-coordinate representation of color #9EB534: hue angle of 70.7º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9EB534 is Cyan = 0.13, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.29.

Color convert

RGB15818152-
CMYK0.1300.710.29
HSL70.7º55.36%45.69%-
HSV(B)70.7º71.27%70.98%-
XYZ31.2440.569.43-
YUV159.4267.38126.99-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 40.41%
GREEN value IS 181 (71.09% from 255) = 46.29%
BLUE value IS 52 (20.70% from 255) = 13.30%
R=40.41%
G=46.29%
B=13.30%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal158181520.1300.710.2970.755.3645.69
Hex9EB534D0471D47372e
Octal23626564150107351076756
Binary1001111010110101110100110101000111111011000111110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,181,52); }

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

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

 a { background-color: rgb(158,181,52); }

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

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

 span { border-color: rgb(158,181,52); }

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