Html Css Color HEX #86B91B Limerick

📋 copy color: '#86B91B'

red 134 ◦ green 185 ◦ blue 27

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

Shades of Limerick #86B91B

Tints of Limerick #86B91B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.8%

R = 38.73%
G = 53.47%
B = 7.8%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#86B91B (or 0x86B91B) is known color: Limerick. HEX triplet: 86, B9 and 1B. RGB value is (134,185,27). Sum of RGB (Red+Green+Blue) = 134+185+27=346 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.73% from 346); Green value is 185 (72.66% from 255 or 53.47% from 346); Blue value is 27 (10.94% from 255 or 7.80% from 346); Max value from RGB is 185 - color contains mainly: green. Hex color #86B91B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86B91B is #7946E4. Grayscale: #989898. Windows color (decimal): -7948005 or 1816966. OLE color: 1816966.

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

Color convert

RGB 134 185 27 -
CMYK 0.28 0 0.85 0.27
HSL 79.37º 0.75% 0.42% -
HSV(B) 79.37º 0.85% 0.73% -
XYZ 27.38 39.85 7.28 -
YUV 151.74 57.6 115.35 -
System Red Green Blue C M Y K H S L
Decimal 134 185 27 0.28 0 0.85 0.27 79.37 0.75 0.42
Hex 86 B9 1B 1C 0 55 1B 4F 4B 2A
Octal 206 271 33 34 0 125 33 117 113 52
Binary 10000110 10111001 11011 11100 0 1010101 11011 1001111 1001011 101010

Color Harmonies of #86B91B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B91B

Black with #86B91B

Text Example


Text Example

White with #86B91B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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