Html Css Color HEX #93B735 Limerick

📋 copy color: '#93B735'

red 147 ◦ green 183 ◦ blue 53

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

Shades of Limerick #93B735

Tints of Limerick #93B735

RGB

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

 GREEN value IS 183 (71.88% from 255) = 47.78%

 BLUE value IS 53 (21.09% from 255) = 13.84%

R = 38.38%
G = 47.78%
B = 13.84%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.71

 K value IS 0.28

RGB Variations

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

Color information

#93B735 (or 0x93B735) is known color: Limerick. HEX triplet: 93, B7 and 35. RGB value is (147,183,53). Sum of RGB (Red+Green+Blue) = 147+183+53=383 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.38% from 383); Green value is 183 (71.88% from 255 or 47.78% from 383); Blue value is 53 (21.09% from 255 or 13.84% from 383); Max value from RGB is 183 - color contains mainly: green. Hex color #93B735 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93B735 is #6C48CA. Grayscale: #9D9D9D. Windows color (decimal): -7096523 or 3520403. OLE color: 3520403.

HSL color Cylindrical-coordinate representation of color #93B735: hue angle of 76.62º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #93B735 is Cyan = 0.20, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.28.

Color convert

RGB 147 183 53 -
CMYK 0.20 0 0.71 0.28
HSL 76.62º 0.55% 0.46% -
HSV(B) 76.62º 0.71% 0.72% -
XYZ 29.61 40.33 9.59 -
YUV 157.42 69.07 120.57 -
System Red Green Blue C M Y K H S L
Decimal 147 183 53 0.20 0 0.71 0.28 76.62 0.55 0.46
Hex 93 B7 35 14 0 47 1C 4D 37 2E
Octal 223 267 65 24 0 107 34 115 67 56
Binary 10010011 10110111 110101 10100 0 1000111 11100 1001101 110111 101110

Color Harmonies of #93B735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93B735

Black with #93B735

Text Example


Text Example

White with #93B735

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,183,53); }

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

background-color css

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

 a { background-color: rgb(147,183,53); }

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

border-color css

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

 span { border-color: rgb(147,183,53); }

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