Html Css Color HEX #86B417 Limerick

📋 copy color: '#86B417'

red 134 ◦ green 180 ◦ blue 23

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

Shades of Limerick #86B417

Tints of Limerick #86B417

RGB

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

 GREEN value IS 180 (70.7% from 255) = 53.41%

 BLUE value IS 23 (9.38% from 255) = 6.82%

R = 39.76%
G = 53.41%
B = 6.82%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.87

 K value IS 0.29

RGB Variations

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

Color information

#86B417 (or 0x86B417) is known color: Limerick. HEX triplet: 86, B4 and 17. RGB value is (134,180,23). Sum of RGB (Red+Green+Blue) = 134+180+23=337 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.76% from 337); Green value is 180 (70.70% from 255 or 53.41% from 337); Blue value is 23 (9.38% from 255 or 6.82% from 337); Max value from RGB is 180 - color contains mainly: green. Hex color #86B417 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86B417 is #794BE8. Grayscale: #949494. Windows color (decimal): -7949289 or 1553542. OLE color: 1553542.

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

Color convert

RGB 134 180 23 -
CMYK 0.26 0 0.87 0.29
HSL 77.58º 0.77% 0.4% -
HSV(B) 77.58º 0.87% 0.71% -
XYZ 26.31 37.77 6.71 -
YUV 148.35 57.26 117.77 -
System Red Green Blue C M Y K H S L
Decimal 134 180 23 0.26 0 0.87 0.29 77.58 0.77 0.4
Hex 86 B4 17 1A 0 57 1D 4E 4D 28
Octal 206 264 27 32 0 127 35 116 115 50
Binary 10000110 10110100 10111 11010 0 1010111 11101 1001110 1001101 101000

Color Harmonies of #86B417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B417

Black with #86B417

Text Example


Text Example

White with #86B417

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,180,23); }

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

background-color css

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

 a { background-color: rgb(134,180,23); }

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

border-color css

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

 span { border-color: rgb(134,180,23); }

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