Html Css Color HEX #86BA3E Limerick

📋 copy color: '#86BA3E'

red 134 ◦ green 186 ◦ blue 62

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

Shades of Limerick #86BA3E

Tints of Limerick #86BA3E

RGB

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

 GREEN value IS 186 (73.05% from 255) = 48.69%

 BLUE value IS 62 (24.61% from 255) = 16.23%

R = 35.08%
G = 48.69%
B = 16.23%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#86BA3E (or 0x86BA3E) is known color: Limerick. HEX triplet: 86, BA and 3E. RGB value is (134,186,62). Sum of RGB (Red+Green+Blue) = 134+186+62=382 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.08% from 382); Green value is 186 (73.05% from 255 or 48.69% from 382); Blue value is 62 (24.61% from 255 or 16.23% from 382); Max value from RGB is 186 - color contains mainly: green. Hex color #86BA3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86BA3E is #7945C1. Grayscale: #9C9C9C. Windows color (decimal): -7947714 or 4110982. OLE color: 4110982.

HSL color Cylindrical-coordinate representation of color #86BA3E: hue angle of 85.16º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #86BA3E is Cyan = 0.28, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB 134 186 62 -
CMYK 0.28 0 0.67 0.27
HSL 85.16º 0.5% 0.49% -
HSV(B) 85.16º 0.67% 0.73% -
XYZ 28.26 40.53 10.89 -
YUV 156.32 74.77 112.08 -
System Red Green Blue C M Y K H S L
Decimal 134 186 62 0.28 0 0.67 0.27 85.16 0.5 0.49
Hex 86 BA 3E 1C 0 43 1B 55 32 31
Octal 206 272 76 34 0 103 33 125 62 61
Binary 10000110 10111010 111110 11100 0 1000011 11011 1010101 110010 110001

Color Harmonies of #86BA3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BA3E

Black with #86BA3E

Text Example


Text Example

White with #86BA3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,186,62); }

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

background-color css

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

 a { background-color: rgb(134,186,62); }

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

border-color css

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

 span { border-color: rgb(134,186,62); }

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