Html Css Color HEX #86B71C Limerick

📋 copy color: '#86B71C'

red 134 ◦ green 183 ◦ blue 28

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

Shades of Limerick #86B71C

Tints of Limerick #86B71C

RGB

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

 GREEN value IS 183 (71.88% from 255) = 53.04%

 BLUE value IS 28 (11.33% from 255) = 8.12%

R = 38.84%
G = 53.04%
B = 8.12%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.85

 K value IS 0.28

RGB Variations

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

Color information

#86B71C (or 0x86B71C) is known color: Limerick. HEX triplet: 86, B7 and 1C. RGB value is (134,183,28). Sum of RGB (Red+Green+Blue) = 134+183+28=345 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.84% from 345); Green value is 183 (71.88% from 255 or 53.04% from 345); Blue value is 28 (11.33% from 255 or 8.12% from 345); Max value from RGB is 183 - color contains mainly: green. Hex color #86B71C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86B71C is #7948E3. Grayscale: #979797. Windows color (decimal): -7948516 or 1881990. OLE color: 1881990.

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

Color convert

RGB 134 183 28 -
CMYK 0.27 0 0.85 0.28
HSL 78.97º 0.73% 0.41% -
HSV(B) 78.97º 0.85% 0.72% -
XYZ 26.97 39.02 7.21 -
YUV 150.68 58.77 116.1 -
System Red Green Blue C M Y K H S L
Decimal 134 183 28 0.27 0 0.85 0.28 78.97 0.73 0.41
Hex 86 B7 1C 1B 0 55 1C 4F 49 29
Octal 206 267 34 33 0 125 34 117 111 51
Binary 10000110 10110111 11100 11011 0 1010101 11100 1001111 1001001 101001

Color Harmonies of #86B71C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B71C

Black with #86B71C

Text Example


Text Example

White with #86B71C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,183,28); }

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

background-color css

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

 a { background-color: rgb(134,183,28); }

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

border-color css

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

 span { border-color: rgb(134,183,28); }

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