Html Css Color HEX #86B63D Limerick

📋 copy color: '#86B63D'

red 134 ◦ green 182 ◦ blue 61

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

Shades of Limerick #86B63D

Tints of Limerick #86B63D

RGB

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

 GREEN value IS 182 (71.48% from 255) = 48.28%

 BLUE value IS 61 (24.22% from 255) = 16.18%

R = 35.54%
G = 48.28%
B = 16.18%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.66

 K value IS 0.29

RGB Variations

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

Color information

#86B63D (or 0x86B63D) is known color: Limerick. HEX triplet: 86, B6 and 3D. RGB value is (134,182,61). Sum of RGB (Red+Green+Blue) = 134+182+61=377 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.54% from 377); Green value is 182 (71.48% from 255 or 48.28% from 377); Blue value is 61 (24.22% from 255 or 16.18% from 377); Max value from RGB is 182 - color contains mainly: green. Hex color #86B63D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86B63D is #7949C2. Grayscale: #9A9A9A. Windows color (decimal): -7948739 or 4044422. OLE color: 4044422.

HSL color Cylindrical-coordinate representation of color #86B63D: hue angle of 83.8º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #86B63D is Cyan = 0.26, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.29.

Color convert

RGB 134 182 61 -
CMYK 0.26 0 0.66 0.29
HSL 83.8º 0.5% 0.48% -
HSV(B) 83.8º 0.66% 0.71% -
XYZ 27.4 38.86 10.47 -
YUV 153.85 75.6 113.84 -
System Red Green Blue C M Y K H S L
Decimal 134 182 61 0.26 0 0.66 0.29 83.8 0.5 0.48
Hex 86 B6 3D 1A 0 42 1D 54 32 30
Octal 206 266 75 32 0 102 35 124 62 60
Binary 10000110 10110110 111101 11010 0 1000010 11101 1010100 110010 110000

Color Harmonies of #86B63D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B63D

Black with #86B63D

Text Example


Text Example

White with #86B63D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,182,61); }

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

background-color css

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

 a { background-color: rgb(134,182,61); }

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

border-color css

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

 span { border-color: rgb(134,182,61); }

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