#9EB238

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

Shades of Limerick #9EB238

Tints of Limerick #9EB238

Color information

#9EB238 (or 0x9EB238) is unknown color: approx Limerick. HEX triplet: 9E, B2 and 38. RGB value is (158,178,56). Sum of RGB (Red+Green+Blue) = 158+178+56=392 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.31% from 392); Green value is 178 (69.92% from 255 or 45.41% from 392); Blue value is 56 (22.27% from 255 or 14.29% from 392); Max value from RGB is 178 - color contains mainly: green. Hex color #9EB238 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9EB238 is #614DC7. Grayscale: #9E9E9E. Windows color (decimal): -6376904 or 3715742. OLE color: 3715742.

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

Color convert

RGB15817856-
CMYK0.1100.690.30
HSL69.84º52.14%45.88%-
HSV(B)69.84º68.54%69.8%-
XYZ30.7339.49.73-
YUV158.1170.37127.92-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 40.31%
GREEN value IS 178 (69.92% from 255) = 45.41%
BLUE value IS 56 (22.27% from 255) = 14.29%
R=40.31%
G=45.41%
B=14.29%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal158178560.1100.690.3069.8452.1445.88
Hex9EB238B0451E46342e
Octal23626270130105361066456
Binary1001111010110010111000101101000101111101000110110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,178,56); }

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

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

 a { background-color: rgb(158,178,56); }

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

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

 span { border-color: rgb(158,178,56); }

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