#93BB29

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

Shades of Limerick #93BB29

Tints of Limerick #93BB29

Color information

#93BB29 (or 0x93BB29) is unknown color: approx Limerick. HEX triplet: 93, BB and 29. RGB value is (147,187,41). Sum of RGB (Red+Green+Blue) = 147+187+41=375 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.2% from 375); Green value is 187 (73.44% from 255 or 49.87% from 375); Blue value is 41 (16.41% from 255 or 10.93% from 375); Max value from RGB is 187 - color contains mainly: green. Hex color #93BB29 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93BB29 is #6C44D6. Grayscale: #9E9E9E. Windows color (decimal): -7095511 or 2734995. OLE color: 2734995.

HSL color Cylindrical-coordinate representation of color #93BB29: hue angle of 76.44º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #93BB29 is Cyan = 0.21, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB14718741-
CMYK0.2100.780.27
HSL76.44º64.04%44.71%-
HSV(B)76.44º78.07%73.33%-
XYZ30.241.98.59-
YUV158.461.75119.87-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.2%
GREEN value IS 187 (73.44% from 255) = 49.87%
BLUE value IS 41 (16.41% from 255) = 10.93%
R=39.2%
G=49.87%
B=10.93%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal147187410.2100.780.2776.4464.0444.71
Hex93BB291504E1B4c402d
Octal223273512501163311410055
Binary100100111011101110100110101010011101101110011001000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BB29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,187,41); }

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

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

 a { background-color: rgb(147,187,41); }

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

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

 span { border-color: rgb(147,187,41); }

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