Html Css Color HEX #93B534 Limerick

📋 copy color: '#93B534'

red 147 ◦ green 181 ◦ blue 52

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

Shades of Limerick #93B534

Tints of Limerick #93B534

RGB

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

 GREEN value IS 181 (71.09% from 255) = 47.63%

 BLUE value IS 52 (20.7% from 255) = 13.68%

R = 38.68%
G = 47.63%
B = 13.68%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#93B534 (or 0x93B534) is known color: Limerick. HEX triplet: 93, B5 and 34. RGB value is (147,181,52). Sum of RGB (Red+Green+Blue) = 147+181+52=380 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.68% from 380); Green value is 181 (71.09% from 255 or 47.63% from 380); Blue value is 52 (20.70% from 255 or 13.68% from 380); Max value from RGB is 181 - color contains mainly: green. Hex color #93B534 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93B534 is #6C4ACB. Grayscale: #9C9C9C. Windows color (decimal): -7097036 or 3454355. OLE color: 3454355.

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

Color convert

RGB 147 181 52 -
CMYK 0.19 0 0.71 0.29
HSL 75.81º 0.55% 0.46% -
HSV(B) 75.81º 0.71% 0.71% -
XYZ 29.18 39.5 9.34 -
YUV 156.13 69.24 121.49 -
System Red Green Blue C M Y K H S L
Decimal 147 181 52 0.19 0 0.71 0.29 75.81 0.55 0.46
Hex 93 B5 34 13 0 47 1D 4C 37 2E
Octal 223 265 64 23 0 107 35 114 67 56
Binary 10010011 10110101 110100 10011 0 1000111 11101 1001100 110111 101110

Color Harmonies of #93B534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93B534

Black with #93B534

Text Example


Text Example

White with #93B534

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,181,52); }

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

background-color css

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

 a { background-color: rgb(147,181,52); }

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

border-color css

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

 span { border-color: rgb(147,181,52); }

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