#94BD27

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

Shades of Limerick #94BD27

Tints of Limerick #94BD27

Color information

#94BD27 (or 0x94BD27) is unknown color: approx Limerick. HEX triplet: 94, BD and 27. RGB value is (148,189,39). Sum of RGB (Red+Green+Blue) = 148+189+39=376 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.36% from 376); Green value is 189 (74.22% from 255 or 50.27% from 376); Blue value is 39 (15.62% from 255 or 10.37% from 376); Max value from RGB is 189 - color contains mainly: green. Hex color #94BD27 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94BD27 is #6B42D8. Grayscale: #A0A0A0. Windows color (decimal): -7029465 or 2604436. OLE color: 2604436.

HSL color Cylindrical-coordinate representation of color #94BD27: hue angle of 76.4º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #94BD27 is Cyan = 0.22, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.26.

Color convert

RGB14818939-
CMYK0.2200.790.26
HSL76.4º65.79%44.71%-
HSV(B)76.4º79.37%74.12%-
XYZ30.7842.848.57-
YUV159.6459.92119.7-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.36%
GREEN value IS 189 (74.22% from 255) = 50.27%
BLUE value IS 39 (15.62% from 255) = 10.37%
R=39.36%
G=50.27%
B=10.37%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal148189390.2200.790.2676.465.7944.71
Hex94BD271604F1A4c422d
Octal224275472601173211410255
Binary100101001011110110011110110010011111101010011001000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BD27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,189,39); }

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

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

 a { background-color: rgb(148,189,39); }

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

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

 span { border-color: rgb(148,189,39); }

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