Html Css Color HEX #93B12B Limerick

📋 copy color: '#93B12B'

red 147 ◦ green 177 ◦ blue 43

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

Shades of Limerick #93B12B

Tints of Limerick #93B12B

RGB

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

 GREEN value IS 177 (69.53% from 255) = 48.23%

 BLUE value IS 43 (17.19% from 255) = 11.72%

R = 40.05%
G = 48.23%
B = 11.72%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.76

 K value IS 0.31

RGB Variations

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

Color information

#93B12B (or 0x93B12B) is known color: Limerick. HEX triplet: 93, B1 and 2B. RGB value is (147,177,43). Sum of RGB (Red+Green+Blue) = 147+177+43=367 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.05% from 367); Green value is 177 (69.53% from 255 or 48.23% from 367); Blue value is 43 (17.19% from 255 or 11.72% from 367); Max value from RGB is 177 - color contains mainly: green. Hex color #93B12B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93B12B is #6C4ED4. Grayscale: #999999. Windows color (decimal): -7098069 or 2863507. OLE color: 2863507.

HSL color Cylindrical-coordinate representation of color #93B12B: hue angle of 73.43º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #93B12B is Cyan = 0.17, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.31.

Color convert

RGB 147 177 43 -
CMYK 0.17 0 0.76 0.31
HSL 73.43º 0.61% 0.43% -
HSV(B) 73.43º 0.76% 0.69% -
XYZ 28.19 37.82 8.1 -
YUV 152.75 66.06 123.9 -
System Red Green Blue C M Y K H S L
Decimal 147 177 43 0.17 0 0.76 0.31 73.43 0.61 0.43
Hex 93 B1 2B 11 0 4C 1F 49 3D 2B
Octal 223 261 53 21 0 114 37 111 75 53
Binary 10010011 10110001 101011 10001 0 1001100 11111 1001001 111101 101011

Color Harmonies of #93B12B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93B12B

Black with #93B12B

Text Example


Text Example

White with #93B12B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,177,43); }

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

background-color css

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

 a { background-color: rgb(147,177,43); }

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

border-color css

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

 span { border-color: rgb(147,177,43); }

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