#93BE1B

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

Shades of Limerick #93BE1B

Tints of Limerick #93BE1B

Color information

#93BE1B (or 0x93BE1B) is unknown color: approx Limerick. HEX triplet: 93, BE and 1B. RGB value is (147,190,27). Sum of RGB (Red+Green+Blue) = 147+190+27=364 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.38% from 364); Green value is 190 (74.61% from 255 or 52.20% from 364); Blue value is 27 (10.94% from 255 or 7.42% from 364); Max value from RGB is 190 - color contains mainly: green. Hex color #93BE1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93BE1B is #6C41E4. Grayscale: #9F9F9F. Windows color (decimal): -7094757 or 1818259. OLE color: 1818259.

HSL color Cylindrical-coordinate representation of color #93BE1B: hue angle of 75.83º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #93BE1B is Cyan = 0.23, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB14719027-
CMYK0.2300.860.25
HSL75.83º75.12%42.55%-
HSV(B)75.83º85.79%74.51%-
XYZ30.6443.117.74-
YUV158.5653.75119.75-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.38%
GREEN value IS 190 (74.61% from 255) = 52.20%
BLUE value IS 27 (10.94% from 255) = 7.42%
R=40.38%
G=52.20%
B=7.42%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal147190270.2300.860.2575.8375.1242.55
Hex93BE1B17056194c4b2b
Octal223276332701263111411353
Binary10010011101111101101110111010101101100110011001001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BE1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93BE1B; }

 p { color: rgb(147,190,27); }

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

<style>
 a { background-color: #93BE1B; }

 a { background-color: rgb(147,190,27); }

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

<style>
 span { border-color: #93BE1B; }

 span { border-color: rgb(147,190,27); }

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