Html Css Color HEX #93B240 Limerick

📋 copy color: '#93B240'

red 147 ◦ green 178 ◦ blue 64

#93B240
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Limerick #93B240

Tints of Limerick #93B240

RGB

 RED value IS 147 (57.81% from 255) = 37.79%

 GREEN value IS 178 (69.92% from 255) = 45.76%

 BLUE value IS 64 (25.39% from 255) = 16.45%

R = 37.79%
G = 45.76%
B = 16.45%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#93B240 (or 0x93B240) is known color: Limerick. HEX triplet: 93, B2 and 40. RGB value is (147,178,64). Sum of RGB (Red+Green+Blue) = 147+178+64=389 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.79% from 389); Green value is 178 (69.92% from 255 or 45.76% from 389); Blue value is 64 (25.39% from 255 or 16.45% from 389); Max value from RGB is 178 - color contains mainly: green. Hex color #93B240 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93B240 is #6C4DBF. Grayscale: #9C9C9C. Windows color (decimal): -7097792 or 4240019. OLE color: 4240019.

HSL color Cylindrical-coordinate representation of color #93B240: hue angle of 76.32º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #93B240 is Cyan = 0.17, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.30.

Color convert

RGB 147 178 64 -
CMYK 0.17 0 0.64 0.30
HSL 76.32º 0.47% 0.47% -
HSV(B) 76.32º 0.64% 0.7% -
XYZ 28.88 38.41 10.74 -
YUV 155.74 76.23 121.77 -
System Red Green Blue C M Y K H S L
Decimal 147 178 64 0.17 0 0.64 0.30 76.32 0.47 0.47
Hex 93 B2 40 11 0 40 1E 4C 2F 2F
Octal 223 262 100 21 0 100 36 114 57 57
Binary 10010011 10110010 1000000 10001 0 1000000 11110 1001100 101111 101111

Color Harmonies of #93B240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93B240

Black with #93B240

Text Example


Text Example

White with #93B240

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,178,64); }

 H1.HeaderClassName
 {
   color: #93B240;
 }
 .AnyTagClassName
 {
   color: #93B240;
 }
</style>

background-color css

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

 a { background-color: rgb(147,178,64); }

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

border-color css

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

 span { border-color: rgb(147,178,64); }

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