Html Css Color HEX #86AC36 Limerick

📋 copy color: '#86AC36'

red 134 ◦ green 172 ◦ blue 54

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

Shades of Limerick #86AC36

Tints of Limerick #86AC36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 15%

R = 37.22%
G = 47.78%
B = 15%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#86AC36 (or 0x86AC36) is known color: Limerick. HEX triplet: 86, AC and 36. RGB value is (134,172,54). Sum of RGB (Red+Green+Blue) = 134+172+54=360 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.22% from 360); Green value is 172 (67.58% from 255 or 47.78% from 360); Blue value is 54 (21.48% from 255 or 15% from 360); Max value from RGB is 172 - color contains mainly: green. Hex color #86AC36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86AC36 is #7953C9. Grayscale: #939393. Windows color (decimal): -7951306 or 3583110. OLE color: 3583110.

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

Color convert

RGB 134 172 54 -
CMYK 0.22 0 0.69 0.33
HSL 79.32º 0.52% 0.44% -
HSV(B) 79.32º 0.69% 0.67% -
XYZ 25.25 34.84 8.88 -
YUV 147.19 75.41 118.59 -
System Red Green Blue C M Y K H S L
Decimal 134 172 54 0.22 0 0.69 0.33 79.32 0.52 0.44
Hex 86 AC 36 16 0 45 21 4F 34 2C
Octal 206 254 66 26 0 105 41 117 64 54
Binary 10000110 10101100 110110 10110 0 1000101 100001 1001111 110100 101100

Color Harmonies of #86AC36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86AC36

Black with #86AC36

Text Example


Text Example

White with #86AC36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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