#99B02C

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

Shades of Limerick #99B02C

Tints of Limerick #99B02C

Color information

#99B02C (or 0x99B02C) is unknown color: approx Limerick. HEX triplet: 99, B0 and 2C. RGB value is (153,176,44). Sum of RGB (Red+Green+Blue) = 153+176+44=373 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.02% from 373); Green value is 176 (69.14% from 255 or 47.18% from 373); Blue value is 44 (17.58% from 255 or 11.80% from 373); Max value from RGB is 176 - color contains mainly: green. Hex color #99B02C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99B02C is #664FD3. Grayscale: #9A9A9A. Windows color (decimal): -6705108 or 2928793. OLE color: 2928793.

HSL color Cylindrical-coordinate representation of color #99B02C: hue angle of 70.45º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #99B02C is Cyan = 0.13, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.31.

Color convert

RGB15317644-
CMYK0.1300.750.31
HSL70.45º60%43.14%-
HSV(B)70.45º75%69.02%-
XYZ29.12388.18-
YUV154.0765.88127.23-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.02%
GREEN value IS 176 (69.14% from 255) = 47.18%
BLUE value IS 44 (17.58% from 255) = 11.80%
R=41.02%
G=47.18%
B=11.80%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal153176440.1300.750.3170.456043.14
Hex99B02CD04B1F463c2b
Octal23126054150113371067453
Binary1001100110110000101100110101001011111111000110111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B02C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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