Html Css Color HEX #86B236 Limerick

📋 copy color: '#86B236'

red 134 ◦ green 178 ◦ blue 54

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

Shades of Limerick #86B236

Tints of Limerick #86B236

RGB

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

 GREEN value IS 178 (69.92% from 255) = 48.63%

 BLUE value IS 54 (21.48% from 255) = 14.75%

R = 36.61%
G = 48.63%
B = 14.75%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.70

 K value IS 0.30

RGB Variations

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

Color information

#86B236 (or 0x86B236) is known color: Limerick. HEX triplet: 86, B2 and 36. RGB value is (134,178,54). Sum of RGB (Red+Green+Blue) = 134+178+54=366 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.61% from 366); Green value is 178 (69.92% from 255 or 48.63% from 366); Blue value is 54 (21.48% from 255 or 14.75% from 366); Max value from RGB is 178 - color contains mainly: green. Hex color #86B236 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86B236 is #794DC9. Grayscale: #979797. Windows color (decimal): -7949770 or 3584646. OLE color: 3584646.

HSL color Cylindrical-coordinate representation of color #86B236: hue angle of 81.29º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #86B236 is Cyan = 0.25, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.30.

Color convert

RGB 134 178 54 -
CMYK 0.25 0 0.70 0.30
HSL 81.29º 0.53% 0.45% -
HSV(B) 81.29º 0.7% 0.7% -
XYZ 26.42 37.18 9.27 -
YUV 150.71 73.42 116.08 -
System Red Green Blue C M Y K H S L
Decimal 134 178 54 0.25 0 0.70 0.30 81.29 0.53 0.45
Hex 86 B2 36 19 0 46 1E 51 35 2D
Octal 206 262 66 31 0 106 36 121 65 55
Binary 10000110 10110010 110110 11001 0 1000110 11110 1010001 110101 101101

Color Harmonies of #86B236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B236

Black with #86B236

Text Example


Text Example

White with #86B236

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,178,54); }

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

background-color css

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

 a { background-color: rgb(134,178,54); }

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

border-color css

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

 span { border-color: rgb(134,178,54); }

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