Html Css Color HEX #86AD27 Limerick

📋 copy color: '#86AD27'

red 134 ◦ green 173 ◦ blue 39

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

Shades of Limerick #86AD27

Tints of Limerick #86AD27

RGB

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

 GREEN value IS 173 (67.97% from 255) = 50%

 BLUE value IS 39 (15.63% from 255) = 11.27%

R = 38.73%
G = 50%
B = 11.27%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.77

 K value IS 0.32

RGB Variations

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

Color information

#86AD27 (or 0x86AD27) is known color: Limerick. HEX triplet: 86, AD and 27. RGB value is (134,173,39). Sum of RGB (Red+Green+Blue) = 134+173+39=346 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.73% from 346); Green value is 173 (67.97% from 255 or 50% from 346); Blue value is 39 (15.62% from 255 or 11.27% from 346); Max value from RGB is 173 - color contains mainly: green. Hex color #86AD27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86AD27 is #7952D8. Grayscale: #929292. Windows color (decimal): -7951065 or 2600326. OLE color: 2600326.

HSL color Cylindrical-coordinate representation of color #86AD27: hue angle of 77.46º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #86AD27 is Cyan = 0.23, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.32.

Color convert

RGB 134 173 39 -
CMYK 0.23 0 0.77 0.32
HSL 77.46º 0.63% 0.42% -
HSV(B) 77.46º 0.77% 0.68% -
XYZ 25.14 35.1 7.37 -
YUV 146.06 67.58 119.4 -
System Red Green Blue C M Y K H S L
Decimal 134 173 39 0.23 0 0.77 0.32 77.46 0.63 0.42
Hex 86 AD 27 17 0 4D 20 4D 3F 2A
Octal 206 255 47 27 0 115 40 115 77 52
Binary 10000110 10101101 100111 10111 0 1001101 100000 1001101 111111 101010

Color Harmonies of #86AD27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86AD27

Black with #86AD27

Text Example


Text Example

White with #86AD27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,173,39); }

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

background-color css

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

 a { background-color: rgb(134,173,39); }

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

border-color css

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

 span { border-color: rgb(134,173,39); }

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