#94A935

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

Shades of Limerick #94A935

Tints of Limerick #94A935

Color information

#94A935 (or 0x94A935) is unknown color: approx Limerick. HEX triplet: 94, A9 and 35. RGB value is (148,169,53). Sum of RGB (Red+Green+Blue) = 148+169+53=370 (49% of max value = 765). Red value is 148 (58.20% from 255 or 40% from 370); Green value is 169 (66.41% from 255 or 45.68% from 370); Blue value is 53 (21.09% from 255 or 14.32% from 370); Max value from RGB is 169 - color contains mainly: green. Hex color #94A935 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94A935 is #6B56CA. Grayscale: #959595. Windows color (decimal): -7034571 or 3516820. OLE color: 3516820.

HSL color Cylindrical-coordinate representation of color #94A935: hue angle of 70.86º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #94A935 is Cyan = 0.12, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.34.

Color convert

RGB14816953-
CMYK0.1200.690.34
HSL70.86º52.25%43.53%-
HSV(B)70.86º68.64%66.27%-
XYZ27.0434.938.68-
YUV149.573.54126.93-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40%
GREEN value IS 169 (66.41% from 255) = 45.68%
BLUE value IS 53 (21.09% from 255) = 14.32%
R=40%
G=45.68%
B=14.32%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal148169530.1200.690.3470.8652.2543.53
Hex94A935C0452247342c
Octal22425165140105421076454
Binary10010100101010011101011100010001011000101000111110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,169,53); }

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

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

 a { background-color: rgb(148,169,53); }

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

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

 span { border-color: rgb(148,169,53); }

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