Html Css Color HEX #86B61E Limerick

📋 copy color: '#86B61E'

red 134 ◦ green 182 ◦ blue 30

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

Shades of Limerick #86B61E

Tints of Limerick #86B61E

RGB

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

 GREEN value IS 182 (71.48% from 255) = 52.6%

 BLUE value IS 30 (12.11% from 255) = 8.67%

R = 38.73%
G = 52.6%
B = 8.67%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.84

 K value IS 0.29

RGB Variations

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

Color information

#86B61E (or 0x86B61E) is known color: Limerick. HEX triplet: 86, B6 and 1E. RGB value is (134,182,30). Sum of RGB (Red+Green+Blue) = 134+182+30=346 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.73% from 346); Green value is 182 (71.48% from 255 or 52.60% from 346); Blue value is 30 (12.11% from 255 or 8.67% from 346); Max value from RGB is 182 - color contains mainly: green. Hex color #86B61E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86B61E is #7949E1. Grayscale: #969696. Windows color (decimal): -7948770 or 2012806. OLE color: 2012806.

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

Color convert

RGB 134 182 30 -
CMYK 0.26 0 0.84 0.29
HSL 78.95º 0.72% 0.42% -
HSV(B) 78.95º 0.84% 0.71% -
XYZ 26.79 38.62 7.27 -
YUV 150.32 60.1 116.36 -
System Red Green Blue C M Y K H S L
Decimal 134 182 30 0.26 0 0.84 0.29 78.95 0.72 0.42
Hex 86 B6 1E 1A 0 54 1D 4F 48 2A
Octal 206 266 36 32 0 124 35 117 110 52
Binary 10000110 10110110 11110 11010 0 1010100 11101 1001111 1001000 101010

Color Harmonies of #86B61E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B61E

Black with #86B61E

Text Example


Text Example

White with #86B61E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,182,30); }

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

background-color css

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

 a { background-color: rgb(134,182,30); }

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

border-color css

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

 span { border-color: rgb(134,182,30); }

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