#99B43A

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

Shades of Limerick #99B43A

Tints of Limerick #99B43A

Color information

#99B43A (or 0x99B43A) is unknown color: approx Limerick. HEX triplet: 99, B4 and 3A. RGB value is (153,180,58). Sum of RGB (Red+Green+Blue) = 153+180+58=391 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.13% from 391); Green value is 180 (70.70% from 255 or 46.04% from 391); Blue value is 58 (23.05% from 255 or 14.83% from 391); Max value from RGB is 180 - color contains mainly: green. Hex color #99B43A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99B43A is #664BC5. Grayscale: #9E9E9E. Windows color (decimal): -6704070 or 3847321. OLE color: 3847321.

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

Color convert

RGB15318058-
CMYK0.1500.680.29
HSL73.28º51.26%46.67%-
HSV(B)73.28º67.78%70.59%-
XYZ30.2239.7210.08-
YUV158.0271.55124.42-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.13%
GREEN value IS 180 (70.70% from 255) = 46.04%
BLUE value IS 58 (23.05% from 255) = 14.83%
R=39.13%
G=46.04%
B=14.83%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal153180580.1500.680.2973.2851.2646.67
Hex99B43AF0441D49332f
Octal23126472170104351116357
Binary1001100110110100111010111101000100111011001001110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B43A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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