Html Css Color HEX #93BF1C Limerick

📋 copy color: '#93BF1C'

red 147 ◦ green 191 ◦ blue 28

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

Shades of Limerick #93BF1C

Tints of Limerick #93BF1C

RGB

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

 GREEN value IS 191 (75% from 255) = 52.19%

 BLUE value IS 28 (11.33% from 255) = 7.65%

R = 40.16%
G = 52.19%
B = 7.65%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#93BF1C (or 0x93BF1C) is known color: Limerick. HEX triplet: 93, BF and 1C. RGB value is (147,191,28). Sum of RGB (Red+Green+Blue) = 147+191+28=366 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.16% from 366); Green value is 191 (75% from 255 or 52.19% from 366); Blue value is 28 (11.33% from 255 or 7.65% from 366); Max value from RGB is 191 - color contains mainly: green. Hex color #93BF1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93BF1C is #6C40E3. Grayscale: #9F9F9F. Windows color (decimal): -7094500 or 1884051. OLE color: 1884051.

HSL color Cylindrical-coordinate representation of color #93BF1C: hue angle of 76.2º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #93BF1C is Cyan = 0.23, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.25.

Color convert

RGB 147 191 28 -
CMYK 0.23 0 0.85 0.25
HSL 76.2º 0.74% 0.43% -
HSV(B) 76.2º 0.85% 0.75% -
XYZ 30.87 43.55 7.88 -
YUV 159.26 53.92 119.25 -
System Red Green Blue C M Y K H S L
Decimal 147 191 28 0.23 0 0.85 0.25 76.2 0.74 0.43
Hex 93 BF 1C 17 0 55 19 4C 4A 2B
Octal 223 277 34 27 0 125 31 114 112 53
Binary 10010011 10111111 11100 10111 0 1010101 11001 1001100 1001010 101011

Color Harmonies of #93BF1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93BF1C

Black with #93BF1C

Text Example


Text Example

White with #93BF1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,191,28); }

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

background-color css

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

 a { background-color: rgb(147,191,28); }

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

border-color css

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

 span { border-color: rgb(147,191,28); }

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