Html Css Color HEX #93BD1B Limerick

📋 copy color: '#93BD1B'

red 147 ◦ green 189 ◦ blue 27

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

Shades of Limerick #93BD1B

Tints of Limerick #93BD1B

RGB

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

 GREEN value IS 189 (74.22% from 255) = 52.07%

 BLUE value IS 27 (10.94% from 255) = 7.44%

R = 40.5%
G = 52.07%
B = 7.44%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#93BD1B (or 0x93BD1B) is known color: Limerick. HEX triplet: 93, BD and 1B. RGB value is (147,189,27). Sum of RGB (Red+Green+Blue) = 147+189+27=363 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.50% from 363); Green value is 189 (74.22% from 255 or 52.07% from 363); Blue value is 27 (10.94% from 255 or 7.44% from 363); Max value from RGB is 189 - color contains mainly: green. Hex color #93BD1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93BD1B is #6C42E4. Grayscale: #9E9E9E. Windows color (decimal): -7095013 or 1818003. OLE color: 1818003.

HSL color Cylindrical-coordinate representation of color #93BD1B: hue angle of 75.56º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #93BD1B is Cyan = 0.22, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB 147 189 27 -
CMYK 0.22 0 0.86 0.26
HSL 75.56º 0.75% 0.42% -
HSV(B) 75.56º 0.86% 0.74% -
XYZ 30.43 42.68 7.67 -
YUV 157.97 54.09 120.17 -
System Red Green Blue C M Y K H S L
Decimal 147 189 27 0.22 0 0.86 0.26 75.56 0.75 0.42
Hex 93 BD 1B 16 0 56 1A 4C 4B 2A
Octal 223 275 33 26 0 126 32 114 113 52
Binary 10010011 10111101 11011 10110 0 1010110 11010 1001100 1001011 101010

Color Harmonies of #93BD1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93BD1B

Black with #93BD1B

Text Example


Text Example

White with #93BD1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,189,27); }

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

background-color css

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

 a { background-color: rgb(147,189,27); }

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

border-color css

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

 span { border-color: rgb(147,189,27); }

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