#99B036

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

Shades of Limerick #99B036

Tints of Limerick #99B036

Color information

#99B036 (or 0x99B036) is unknown color: approx Limerick. HEX triplet: 99, B0 and 36. RGB value is (153,176,54). Sum of RGB (Red+Green+Blue) = 153+176+54=383 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.95% from 383); Green value is 176 (69.14% from 255 or 45.95% from 383); Blue value is 54 (21.48% from 255 or 14.10% from 383); Max value from RGB is 176 - color contains mainly: green. Hex color #99B036 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99B036 is #664FC9. Grayscale: #9B9B9B. Windows color (decimal): -6705098 or 3584153. OLE color: 3584153.

HSL color Cylindrical-coordinate representation of color #99B036: hue angle of 71.31º 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 #99B036 is Cyan = 0.13, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB15317654-
CMYK0.1300.690.31
HSL71.31º53.04%45.1%-
HSV(B)71.31º69.32%69.02%-
XYZ29.3338.099.3-
YUV155.2270.88126.42-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.95%
GREEN value IS 176 (69.14% from 255) = 45.95%
BLUE value IS 54 (21.48% from 255) = 14.10%
R=39.95%
G=45.95%
B=14.10%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal153176540.1300.690.3171.3153.0445.1
Hex99B036D0451F47352d
Octal23126066150105371076555
Binary1001100110110000110110110101000101111111000111110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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