#94B530

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

Shades of Limerick #94B530

Tints of Limerick #94B530

Color information

#94B530 (or 0x94B530) is unknown color: approx Limerick. HEX triplet: 94, B5 and 30. RGB value is (148,181,48). Sum of RGB (Red+Green+Blue) = 148+181+48=377 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.26% from 377); Green value is 181 (71.09% from 255 or 48.01% from 377); Blue value is 48 (19.14% from 255 or 12.73% from 377); Max value from RGB is 181 - color contains mainly: green. Hex color #94B530 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94B530 is #6B4ACF. Grayscale: #9C9C9C. Windows color (decimal): -7031504 or 3192212. OLE color: 3192212.

HSL color Cylindrical-coordinate representation of color #94B530: hue angle of 74.89º degrees, saturation: 0.58, 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 #94B530 is Cyan = 0.18, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB14818148-
CMYK0.1800.730.29
HSL74.89º58.08%44.9%-
HSV(B)74.89º73.48%70.98%-
XYZ29.2739.568.89-
YUV155.9767.07122.31-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.26%
GREEN value IS 181 (71.09% from 255) = 48.01%
BLUE value IS 48 (19.14% from 255) = 12.73%
R=39.26%
G=48.01%
B=12.73%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal148181480.1800.730.2974.8958.0844.9
Hex94B530120491D4b3a2d
Octal22426560220111351137255
Binary10010100101101011100001001001001001111011001011111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,181,48); }

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

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

 a { background-color: rgb(148,181,48); }

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

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

 span { border-color: rgb(148,181,48); }

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