#94B730

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

Shades of Limerick #94B730

Tints of Limerick #94B730

Color information

#94B730 (or 0x94B730) is unknown color: approx Limerick. HEX triplet: 94, B7 and 30. RGB value is (148,183,48). Sum of RGB (Red+Green+Blue) = 148+183+48=379 (50% of max value = 765). Red value is 148 (58.20% from 255 or 39.05% from 379); Green value is 183 (71.88% from 255 or 48.28% from 379); Blue value is 48 (19.14% from 255 or 12.66% from 379); Max value from RGB is 183 - color contains mainly: green. Hex color #94B730 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94B730 is #6B48CF. Grayscale: #9D9D9D. Windows color (decimal): -7030992 or 3192724. OLE color: 3192724.

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

Color convert

RGB14818348-
CMYK0.1900.740.28
HSL75.56º58.44%45.29%-
HSV(B)75.56º73.77%71.76%-
XYZ29.6840.389.03-
YUV157.1566.4121.48-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.05%
GREEN value IS 183 (71.88% from 255) = 48.28%
BLUE value IS 48 (19.14% from 255) = 12.66%
R=39.05%
G=48.28%
B=12.66%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal148183480.1900.740.2875.5658.4445.29
Hex94B7301304A1C4c3a2d
Octal22426760230112341147255
Binary10010100101101111100001001101001010111001001100111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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