#99B431

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

Shades of Limerick #99B431

Tints of Limerick #99B431

Color information

#99B431 (or 0x99B431) is unknown color: approx Limerick. HEX triplet: 99, B4 and 31. RGB value is (153,180,49). Sum of RGB (Red+Green+Blue) = 153+180+49=382 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.05% from 382); Green value is 180 (70.70% from 255 or 47.12% from 382); Blue value is 49 (19.53% from 255 or 12.83% from 382); Max value from RGB is 180 - color contains mainly: green. Hex color #99B431 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99B431 is #664BCE. Grayscale: #9D9D9D. Windows color (decimal): -6704079 or 3257497. OLE color: 3257497.

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

Color convert

RGB15318049-
CMYK0.1500.730.29
HSL72.37º57.21%44.9%-
HSV(B)72.37º72.78%70.59%-
XYZ30.0139.648.97-
YUV156.9967.05125.15-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.05%
GREEN value IS 180 (70.70% from 255) = 47.12%
BLUE value IS 49 (19.53% from 255) = 12.83%
R=40.05%
G=47.12%
B=12.83%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal153180490.1500.730.2972.3757.2144.9
Hex99B431F0491D48392d
Octal23126461170111351107155
Binary1001100110110100110001111101001001111011001000111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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