#94A53A

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

Shades of Limerick #94A53A

Tints of Limerick #94A53A

Color information

#94A53A (or 0x94A53A) is unknown color: approx Limerick. HEX triplet: 94, A5 and 3A. RGB value is (148,165,58). Sum of RGB (Red+Green+Blue) = 148+165+58=371 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.89% from 371); Green value is 165 (64.84% from 255 or 44.47% from 371); Blue value is 58 (23.05% from 255 or 15.63% from 371); Max value from RGB is 165 - color contains mainly: green. Hex color #94A53A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94A53A is #6B5AC5. Grayscale: #949494. Windows color (decimal): -7035590 or 3843476. OLE color: 3843476.

HSL color Cylindrical-coordinate representation of color #94A53A: hue angle of 69.53º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #94A53A is Cyan = 0.10, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.35.

Color convert

RGB14816558-
CMYK0.1000.650.35
HSL69.53º47.98%43.73%-
HSV(B)69.53º64.85%64.71%-
XYZ26.4333.519.08-
YUV147.7277.37128.2-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.89%
GREEN value IS 165 (64.84% from 255) = 44.47%
BLUE value IS 58 (23.05% from 255) = 15.63%
R=39.89%
G=44.47%
B=15.63%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal148165580.1000.650.3569.5347.9843.73
Hex94A53AA0412346302c
Octal22424572120101431066054
Binary10010100101001011110101010010000011000111000110110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A53A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,165,58); }

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

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

 a { background-color: rgb(148,165,58); }

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

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

 span { border-color: rgb(148,165,58); }

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