#99B136

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

Shades of Limerick #99B136

Tints of Limerick #99B136

Color information

#99B136 (or 0x99B136) is unknown color: approx Limerick. HEX triplet: 99, B1 and 36. RGB value is (153,177,54). Sum of RGB (Red+Green+Blue) = 153+177+54=384 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.84% from 384); Green value is 177 (69.53% from 255 or 46.09% from 384); Blue value is 54 (21.48% from 255 or 14.06% from 384); Max value from RGB is 177 - color contains mainly: green. Hex color #99B136 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99B136 is #664EC9. Grayscale: #9C9C9C. Windows color (decimal): -6704842 or 3584409. OLE color: 3584409.

HSL color Cylindrical-coordinate representation of color #99B136: hue angle of 71.71º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #99B136 is Cyan = 0.14, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB15317754-
CMYK0.1400.690.31
HSL71.71º53.25%45.29%-
HSV(B)71.71º69.49%69.41%-
XYZ29.5238.489.36-
YUV155.870.55126-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.84%
GREEN value IS 177 (69.53% from 255) = 46.09%
BLUE value IS 54 (21.48% from 255) = 14.06%
R=39.84%
G=46.09%
B=14.06%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal153177540.1400.690.3171.7153.2545.29
Hex99B136E0451F48352d
Octal23126166160105371106555
Binary1001100110110001110110111001000101111111001000110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99B136; }

 p { color: rgb(153,177,54); }

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

<style>
 a { background-color: #99B136; }

 a { background-color: rgb(153,177,54); }

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

<style>
 span { border-color: #99B136; }

 span { border-color: rgb(153,177,54); }

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