#94B434

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

Shades of Limerick #94B434

Tints of Limerick #94B434

Color information

#94B434 (or 0x94B434) is unknown color: approx Limerick. HEX triplet: 94, B4 and 34. RGB value is (148,180,52). Sum of RGB (Red+Green+Blue) = 148+180+52=380 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.95% from 380); Green value is 180 (70.70% from 255 or 47.37% from 380); Blue value is 52 (20.70% from 255 or 13.68% from 380); Max value from RGB is 180 - color contains mainly: green. Hex color #94B434 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94B434 is #6B4BCB. Grayscale: #9C9C9C. Windows color (decimal): -7031756 or 3454100. OLE color: 3454100.

HSL color Cylindrical-coordinate representation of color #94B434: hue angle of 75º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #94B434 is Cyan = 0.18, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.29.

Color convert

RGB14818052-
CMYK0.1800.710.29
HSL75º55.17%45.49%-
HSV(B)75º71.11%70.59%-
XYZ29.1539.199.28-
YUV155.8469.4122.41-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.95%
GREEN value IS 180 (70.70% from 255) = 47.37%
BLUE value IS 52 (20.70% from 255) = 13.68%
R=38.95%
G=47.37%
B=13.68%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal148180520.1800.710.297555.1745.49
Hex94B434120471D4b372d
Octal22426464220107351136755
Binary10010100101101001101001001001000111111011001011110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,180,52); }

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

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

 a { background-color: rgb(148,180,52); }

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

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

 span { border-color: rgb(148,180,52); }

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