Html Css Color HEX #86C120 Limerick

📋 copy color: '#86C120'

red 134 ◦ green 193 ◦ blue 32

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

Shades of Limerick #86C120

Tints of Limerick #86C120

RGB

 RED value IS 134 (52.73% from 255) = 37.33%

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

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

R = 37.33%
G = 53.76%
B = 8.91%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#86C120 (or 0x86C120) is known color: Limerick. HEX triplet: 86, C1 and 20. RGB value is (134,193,32). Sum of RGB (Red+Green+Blue) = 134+193+32=359 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.33% from 359); Green value is 193 (75.78% from 255 or 53.76% from 359); Blue value is 32 (12.89% from 255 or 8.91% from 359); Max value from RGB is 193 - color contains mainly: green. Hex color #86C120 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86C120 is #793EDF. Grayscale: #9D9D9D. Windows color (decimal): -7945952 or 2146694. OLE color: 2146694.

HSL color Cylindrical-coordinate representation of color #86C120: hue angle of 81.99º 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 #86C120 is Cyan = 0.31, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB 134 193 32 -
CMYK 0.31 0 0.83 0.24
HSL 81.99º 0.72% 0.44% -
HSV(B) 81.99º 0.83% 0.76% -
XYZ 29.16 43.31 8.19 -
YUV 157.01 57.45 111.59 -
System Red Green Blue C M Y K H S L
Decimal 134 193 32 0.31 0 0.83 0.24 81.99 0.72 0.44
Hex 86 C1 20 1F 0 53 18 52 48 2C
Octal 206 301 40 37 0 123 30 122 110 54
Binary 10000110 11000001 100000 11111 0 1010011 11000 1010010 1001000 101100

Color Harmonies of #86C120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86C120

Black with #86C120

Text Example


Text Example

White with #86C120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86C120; }

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

 H1.HeaderClassName
 {
   color: #86C120;
 }
 .AnyTagClassName
 {
   color: #86C120;
 }
</style>

background-color css

<style>
 a { background-color: #86C120; }

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

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

border-color css

<style>
 span { border-color: #86C120; }

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

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