Html Css Color HEX #8BC120 Limerick

📋 copy color: '#8BC120'

red 139 ◦ green 193 ◦ blue 32

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

Shades of Limerick #8BC120

Tints of Limerick #8BC120

RGB

 RED value IS 139 (54.69% from 255) = 38.19%

 GREEN value IS 193 (75.78% from 255) = 53.02%

 BLUE value IS 32 (12.89% from 255) = 8.79%

R = 38.19%
G = 53.02%
B = 8.79%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#8BC120 (or 0x8BC120) is known color: Limerick. HEX triplet: 8B, C1 and 20. RGB value is (139,193,32). Sum of RGB (Red+Green+Blue) = 139+193+32=364 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.19% from 364); Green value is 193 (75.78% from 255 or 53.02% from 364); Blue value is 32 (12.89% from 255 or 8.79% from 364); Max value from RGB is 193 - color contains mainly: green. Hex color #8BC120 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BC120 is #743EDF. Grayscale: #9F9F9F. Windows color (decimal): -7618272 or 2146699. OLE color: 2146699.

HSL color Cylindrical-coordinate representation of color #8BC120: hue angle of 80.12º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8BC120 is Cyan = 0.28, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB 139 193 32 -
CMYK 0.28 0 0.83 0.24
HSL 80.12º 0.72% 0.44% -
HSV(B) 80.12º 0.83% 0.76% -
XYZ 29.98 43.73 8.23 -
YUV 158.5 56.61 114.09 -
System Red Green Blue C M Y K H S L
Decimal 139 193 32 0.28 0 0.83 0.24 80.12 0.72 0.44
Hex 8B C1 20 1C 0 53 18 50 48 2C
Octal 213 301 40 34 0 123 30 120 110 54
Binary 10001011 11000001 100000 11100 0 1010011 11000 1010000 1001000 101100

Color Harmonies of #8BC120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BC120

Black with #8BC120

Text Example


Text Example

White with #8BC120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8BC120; }

 p { color: rgb(139,193,32); }

 H1.HeaderClassName
 {
   color: #8BC120;
 }
 .AnyTagClassName
 {
   color: #8BC120;
 }
</style>

background-color css

<style>
 a { background-color: #8BC120; }

 a { background-color: rgb(139,193,32); }

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

border-color css

<style>
 span { border-color: #8BC120; }

 span { border-color: rgb(139,193,32); }

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