#94B02C

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

Shades of Limerick #94B02C

Tints of Limerick #94B02C

Color information

#94B02C (or 0x94B02C) is unknown color: approx Limerick. HEX triplet: 94, B0 and 2C. RGB value is (148,176,44). Sum of RGB (Red+Green+Blue) = 148+176+44=368 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.22% from 368); Green value is 176 (69.14% from 255 or 47.83% from 368); Blue value is 44 (17.58% from 255 or 11.96% from 368); Max value from RGB is 176 - color contains mainly: green. Hex color #94B02C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94B02C is #6B4FD3. Grayscale: #999999. Windows color (decimal): -7032788 or 2928788. OLE color: 2928788.

HSL color Cylindrical-coordinate representation of color #94B02C: hue angle of 72.73º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #94B02C is Cyan = 0.16, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.31.

Color convert

RGB14817644-
CMYK0.1600.750.31
HSL72.73º60%43.14%-
HSV(B)72.73º75%69.02%-
XYZ28.1937.538.14-
YUV152.5866.72124.73-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.22%
GREEN value IS 176 (69.14% from 255) = 47.83%
BLUE value IS 44 (17.58% from 255) = 11.96%
R=40.22%
G=47.83%
B=11.96%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal148176440.1600.750.3172.736043.14
Hex94B02C1004B1F493c2b
Octal22426054200113371117453
Binary10010100101100001011001000001001011111111001001111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B02C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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