#99B72C

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

Shades of Limerick #99B72C

Tints of Limerick #99B72C

Color information

#99B72C (or 0x99B72C) is unknown color: approx Limerick. HEX triplet: 99, B7 and 2C. RGB value is (153,183,44). Sum of RGB (Red+Green+Blue) = 153+183+44=380 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.26% from 380); Green value is 183 (71.88% from 255 or 48.16% from 380); Blue value is 44 (17.58% from 255 or 11.58% from 380); Max value from RGB is 183 - color contains mainly: green. Hex color #99B72C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99B72C is #6648D3. Grayscale: #9E9E9E. Windows color (decimal): -6703316 or 2930585. OLE color: 2930585.

HSL color Cylindrical-coordinate representation of color #99B72C: hue angle of 72.95º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #99B72C is Cyan = 0.16, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.28.

Color convert

RGB15318344-
CMYK0.1600.760.28
HSL72.95º61.23%44.51%-
HSV(B)72.95º75.96%71.76%-
XYZ30.5240.828.65-
YUV158.1863.56124.3-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.26%
GREEN value IS 183 (71.88% from 255) = 48.16%
BLUE value IS 44 (17.58% from 255) = 11.58%
R=40.26%
G=48.16%
B=11.58%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal153183440.1600.760.2872.9561.2344.51
Hex99B72C1004C1C493d2d
Octal23126754200114341117555
Binary10011001101101111011001000001001100111001001001111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B72C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,183,44); }

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

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

 a { background-color: rgb(153,183,44); }

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

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

 span { border-color: rgb(153,183,44); }

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