#99B435

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

Shades of Limerick #99B435

Tints of Limerick #99B435

Color information

#99B435 (or 0x99B435) is unknown color: approx Limerick. HEX triplet: 99, B4 and 35. RGB value is (153,180,53). Sum of RGB (Red+Green+Blue) = 153+180+53=386 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.64% from 386); Green value is 180 (70.70% from 255 or 46.63% from 386); Blue value is 53 (21.09% from 255 or 13.73% from 386); Max value from RGB is 180 - color contains mainly: green. Hex color #99B435 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99B435 is #664BCA. Grayscale: #9D9D9D. Windows color (decimal): -6704075 or 3519641. OLE color: 3519641.

HSL color Cylindrical-coordinate representation of color #99B435: hue angle of 72.76º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #99B435 is Cyan = 0.15, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.29.

Color convert

RGB15318053-
CMYK0.1500.710.29
HSL72.76º54.51%45.69%-
HSV(B)72.76º70.56%70.59%-
XYZ30.139.679.44-
YUV157.4569.05124.83-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.64%
GREEN value IS 180 (70.70% from 255) = 46.63%
BLUE value IS 53 (21.09% from 255) = 13.73%
R=39.64%
G=46.63%
B=13.73%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal153180530.1500.710.2972.7654.5145.69
Hex99B435F0471D49372e
Octal23126465170107351116756
Binary1001100110110100110101111101000111111011001001110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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