#94B72C

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

Shades of Limerick #94B72C

Tints of Limerick #94B72C

Color information

#94B72C (or 0x94B72C) is unknown color: approx Limerick. HEX triplet: 94, B7 and 2C. RGB value is (148,183,44). Sum of RGB (Red+Green+Blue) = 148+183+44=375 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.47% from 375); Green value is 183 (71.88% from 255 or 48.8% from 375); Blue value is 44 (17.58% from 255 or 11.73% from 375); Max value from RGB is 183 - color contains mainly: green. Hex color #94B72C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94B72C is #6B48D3. Grayscale: #9D9D9D. Windows color (decimal): -7030996 or 2930580. OLE color: 2930580.

HSL color Cylindrical-coordinate representation of color #94B72C: hue angle of 75.11º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #94B72C is Cyan = 0.19, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.28.

Color convert

RGB14818344-
CMYK0.1900.760.28
HSL75.11º61.23%44.51%-
HSV(B)75.11º75.96%71.76%-
XYZ29.640.348.61-
YUV156.6964.4121.8-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.47%
GREEN value IS 183 (71.88% from 255) = 48.8%
BLUE value IS 44 (17.58% from 255) = 11.73%
R=39.47%
G=48.8%
B=11.73%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal148183440.1900.760.2875.1161.2344.51
Hex94B72C1304C1C4b3d2d
Octal22426754230114341137555
Binary10010100101101111011001001101001100111001001011111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B72C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94B72C; }

 p { color: rgb(148,183,44); }

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

<style>
 a { background-color: #94B72C; }

 a { background-color: rgb(148,183,44); }

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

<style>
 span { border-color: #94B72C; }

 span { border-color: rgb(148,183,44); }

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