#93B630

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

Shades of Limerick #93B630

Tints of Limerick #93B630

Color information

#93B630 (or 0x93B630) is unknown color: approx Limerick. HEX triplet: 93, B6 and 30. RGB value is (147,182,48). Sum of RGB (Red+Green+Blue) = 147+182+48=377 (49% of max value = 765). Red value is 147 (57.81% from 255 or 38.99% from 377); Green value is 182 (71.48% from 255 or 48.28% from 377); Blue value is 48 (19.14% from 255 or 12.73% from 377); Max value from RGB is 182 - color contains mainly: green. Hex color #93B630 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93B630 is #6C49CF. Grayscale: #9C9C9C. Windows color (decimal): -7096784 or 3192467. OLE color: 3192467.

HSL color Cylindrical-coordinate representation of color #93B630: hue angle of 75.67º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #93B630 is Cyan = 0.19, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.29.

Color convert

RGB14718248-
CMYK0.1900.740.29
HSL75.67º58.26%45.1%-
HSV(B)75.67º73.63%71.37%-
XYZ29.2939.878.95-
YUV156.2666.9121.4-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.99%
GREEN value IS 182 (71.48% from 255) = 48.28%
BLUE value IS 48 (19.14% from 255) = 12.73%
R=38.99%
G=48.28%
B=12.73%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal147182480.1900.740.2975.6758.2645.1
Hex93B6301304A1D4c3a2d
Octal22326660230112351147255
Binary10010011101101101100001001101001010111011001100111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,182,48); }

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

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

 a { background-color: rgb(147,182,48); }

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

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

 span { border-color: rgb(147,182,48); }

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