Html Css Color HEX #86AC27 Limerick

📋 copy color: '#86AC27'

red 134 ◦ green 172 ◦ blue 39

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

Shades of Limerick #86AC27

Tints of Limerick #86AC27

RGB

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

 GREEN value IS 172 (67.58% from 255) = 49.86%

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

R = 38.84%
G = 49.86%
B = 11.3%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#86AC27 (or 0x86AC27) is known color: Limerick. HEX triplet: 86, AC and 27. RGB value is (134,172,39). Sum of RGB (Red+Green+Blue) = 134+172+39=345 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.84% from 345); Green value is 172 (67.58% from 255 or 49.86% from 345); Blue value is 39 (15.62% from 255 or 11.30% from 345); Max value from RGB is 172 - color contains mainly: green. Hex color #86AC27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86AC27 is #7953D8. Grayscale: #919191. Windows color (decimal): -7951321 or 2600070. OLE color: 2600070.

HSL color Cylindrical-coordinate representation of color #86AC27: hue angle of 77.14º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #86AC27 is Cyan = 0.22, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.33.

Color convert

RGB 134 172 39 -
CMYK 0.22 0 0.77 0.33
HSL 77.14º 0.63% 0.41% -
HSV(B) 77.14º 0.77% 0.67% -
XYZ 24.95 34.72 7.31 -
YUV 145.48 67.91 119.81 -
System Red Green Blue C M Y K H S L
Decimal 134 172 39 0.22 0 0.77 0.33 77.14 0.63 0.41
Hex 86 AC 27 16 0 4D 21 4D 3F 29
Octal 206 254 47 26 0 115 41 115 77 51
Binary 10000110 10101100 100111 10110 0 1001101 100001 1001101 111111 101001

Color Harmonies of #86AC27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86AC27

Black with #86AC27

Text Example


Text Example

White with #86AC27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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