Html Css Color HEX #86B93F Limerick

📋 copy color: '#86B93F'

red 134 ◦ green 185 ◦ blue 63

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

Shades of Limerick #86B93F

Tints of Limerick #86B93F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 16.49%

R = 35.08%
G = 48.43%
B = 16.49%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#86B93F (or 0x86B93F) is known color: Limerick. HEX triplet: 86, B9 and 3F. RGB value is (134,185,63). Sum of RGB (Red+Green+Blue) = 134+185+63=382 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.08% from 382); Green value is 185 (72.66% from 255 or 48.43% from 382); Blue value is 63 (25% from 255 or 16.49% from 382); Max value from RGB is 185 - color contains mainly: green. Hex color #86B93F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86B93F is #7946C0. Grayscale: #9C9C9C. Windows color (decimal): -7947969 or 4176262. OLE color: 4176262.

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

Color convert

RGB 134 185 63 -
CMYK 0.28 0 0.66 0.27
HSL 85.08º 0.49% 0.49% -
HSV(B) 85.08º 0.66% 0.73% -
XYZ 28.08 40.13 10.97 -
YUV 155.84 75.6 112.42 -
System Red Green Blue C M Y K H S L
Decimal 134 185 63 0.28 0 0.66 0.27 85.08 0.49 0.49
Hex 86 B9 3F 1C 0 42 1B 55 31 31
Octal 206 271 77 34 0 102 33 125 61 61
Binary 10000110 10111001 111111 11100 0 1000010 11011 1010101 110001 110001

Color Harmonies of #86B93F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B93F

Black with #86B93F

Text Example


Text Example

White with #86B93F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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