Html Css Color HEX #86BC22 Limerick

📋 copy color: '#86BC22'

red 134 ◦ green 188 ◦ blue 34

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

Shades of Limerick #86BC22

Tints of Limerick #86BC22

RGB

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

 GREEN value IS 188 (73.83% from 255) = 52.81%

 BLUE value IS 34 (13.67% from 255) = 9.55%

R = 37.64%
G = 52.81%
B = 9.55%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.82

 K value IS 0.26

RGB Variations

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

Color information

#86BC22 (or 0x86BC22) is known color: Limerick. HEX triplet: 86, BC and 22. RGB value is (134,188,34). Sum of RGB (Red+Green+Blue) = 134+188+34=356 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.64% from 356); Green value is 188 (73.83% from 255 or 52.81% from 356); Blue value is 34 (13.67% from 255 or 9.55% from 356); Max value from RGB is 188 - color contains mainly: green. Hex color #86BC22 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86BC22 is #7943DD. Grayscale: #9A9A9A. Windows color (decimal): -7947230 or 2276486. OLE color: 2276486.

HSL color Cylindrical-coordinate representation of color #86BC22: hue angle of 81.04º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #86BC22 is Cyan = 0.29, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.26.

Color convert

RGB 134 188 34 -
CMYK 0.29 0 0.82 0.26
HSL 81.04º 0.69% 0.44% -
HSV(B) 81.04º 0.82% 0.74% -
XYZ 28.1 41.15 7.97 -
YUV 154.3 60.11 113.52 -
System Red Green Blue C M Y K H S L
Decimal 134 188 34 0.29 0 0.82 0.26 81.04 0.69 0.44
Hex 86 BC 22 1D 0 52 1A 51 45 2C
Octal 206 274 42 35 0 122 32 121 105 54
Binary 10000110 10111100 100010 11101 0 1010010 11010 1010001 1000101 101100

Color Harmonies of #86BC22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BC22

Black with #86BC22

Text Example


Text Example

White with #86BC22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,188,34); }

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

background-color css

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

 a { background-color: rgb(134,188,34); }

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

border-color css

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

 span { border-color: rgb(134,188,34); }

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