Html Css Color HEX #86B93D Limerick

📋 copy color: '#86B93D'

red 134 ◦ green 185 ◦ blue 61

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

Shades of Limerick #86B93D

Tints of Limerick #86B93D

RGB

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

 GREEN value IS 185 (72.66% from 255) = 48.68%

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

R = 35.26%
G = 48.68%
B = 16.05%

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

#86B93D (or 0x86B93D) is known color: Limerick. HEX triplet: 86, B9 and 3D. RGB value is (134,185,61). Sum of RGB (Red+Green+Blue) = 134+185+61=380 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.26% from 380); Green value is 185 (72.66% from 255 or 48.68% from 380); Blue value is 61 (24.22% from 255 or 16.05% from 380); Max value from RGB is 185 - color contains mainly: green. Hex color #86B93D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86B93D is #7946C2. Grayscale: #9C9C9C. Windows color (decimal): -7947971 or 4045190. OLE color: 4045190.

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

Color convert

RGB 134 185 61 -
CMYK 0.28 0 0.67 0.27
HSL 84.68º 0.5% 0.48% -
HSV(B) 84.68º 0.67% 0.73% -
XYZ 28.02 40.1 10.68 -
YUV 155.62 74.6 112.58 -
System Red Green Blue C M Y K H S L
Decimal 134 185 61 0.28 0 0.67 0.27 84.68 0.5 0.48
Hex 86 B9 3D 1C 0 43 1B 55 32 30
Octal 206 271 75 34 0 103 33 125 62 60
Binary 10000110 10111001 111101 11100 0 1000011 11011 1010101 110010 110000

Color Harmonies of #86B93D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B93D

Black with #86B93D

Text Example


Text Example

White with #86B93D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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