#99B035

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

Shades of Limerick #99B035

Tints of Limerick #99B035

Color information

#99B035 (or 0x99B035) is unknown color: approx Limerick. HEX triplet: 99, B0 and 35. RGB value is (153,176,53). Sum of RGB (Red+Green+Blue) = 153+176+53=382 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.05% from 382); Green value is 176 (69.14% from 255 or 46.07% from 382); Blue value is 53 (21.09% from 255 or 13.87% from 382); Max value from RGB is 176 - color contains mainly: green. Hex color #99B035 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99B035 is #664FCA. Grayscale: #9B9B9B. Windows color (decimal): -6705099 or 3518617. OLE color: 3518617.

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

Color convert

RGB15317653-
CMYK0.1300.700.31
HSL71.22º53.71%44.9%-
HSV(B)71.22º69.89%69.02%-
XYZ29.338.089.17-
YUV155.170.38126.5-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.05%
GREEN value IS 176 (69.14% from 255) = 46.07%
BLUE value IS 53 (21.09% from 255) = 13.87%
R=40.05%
G=46.07%
B=13.87%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal153176530.1300.700.3171.2253.7144.9
Hex99B035D0461F47362d
Octal23126065150106371076655
Binary1001100110110000110101110101000110111111000111110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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