#99B32C

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

Shades of Limerick #99B32C

Tints of Limerick #99B32C

Color information

#99B32C (or 0x99B32C) is unknown color: approx Limerick. HEX triplet: 99, B3 and 2C. RGB value is (153,179,44). Sum of RGB (Red+Green+Blue) = 153+179+44=376 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.69% from 376); Green value is 179 (70.31% from 255 or 47.61% from 376); Blue value is 44 (17.58% from 255 or 11.70% from 376); Max value from RGB is 179 - color contains mainly: green. Hex color #99B32C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99B32C is #664CD3. Grayscale: #9C9C9C. Windows color (decimal): -6704340 or 2929561. OLE color: 2929561.

HSL color Cylindrical-coordinate representation of color #99B32C: hue angle of 71.56º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #99B32C is Cyan = 0.15, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.30.

Color convert

RGB15317944-
CMYK0.1500.750.30
HSL71.56º60.54%43.73%-
HSV(B)71.56º75.42%70.2%-
XYZ29.7139.198.38-
YUV155.8464.89125.98-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.69%
GREEN value IS 179 (70.31% from 255) = 47.61%
BLUE value IS 44 (17.58% from 255) = 11.70%
R=40.69%
G=47.61%
B=11.70%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal153179440.1500.750.3071.5660.5443.73
Hex99B32CF04B1E483d2c
Octal23126354170113361107554
Binary1001100110110011101100111101001011111101001000111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B32C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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