Html Css Color HEX #86A128 Limerick

📋 copy color: '#86A128'

red 134 ◦ green 161 ◦ blue 40

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

Shades of Limerick #86A128

Tints of Limerick #86A128

RGB

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

 GREEN value IS 161 (63.28% from 255) = 48.06%

 BLUE value IS 40 (16.02% from 255) = 11.94%

R = 40%
G = 48.06%
B = 11.94%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.75

 K value IS 0.37

RGB Variations

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

Color information

#86A128 (or 0x86A128) is known color: Limerick. HEX triplet: 86, A1 and 28. RGB value is (134,161,40). Sum of RGB (Red+Green+Blue) = 134+161+40=335 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40% from 335); Green value is 161 (63.28% from 255 or 48.06% from 335); Blue value is 40 (16.02% from 255 or 11.94% from 335); Max value from RGB is 161 - color contains mainly: green. Hex color #86A128 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86A128 is #795ED7. Grayscale: #8B8B8B. Windows color (decimal): -7954136 or 2662790. OLE color: 2662790.

HSL color Cylindrical-coordinate representation of color #86A128: hue angle of 73.39º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #86A128 is Cyan = 0.17, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.37.

Color convert

RGB 134 161 40 -
CMYK 0.17 0 0.75 0.37
HSL 73.39º 0.6% 0.39% -
HSV(B) 73.39º 0.75% 0.63% -
XYZ 22.96 30.71 6.73 -
YUV 139.13 72.05 124.34 -
System Red Green Blue C M Y K H S L
Decimal 134 161 40 0.17 0 0.75 0.37 73.39 0.6 0.39
Hex 86 A1 28 11 0 4B 25 49 3C 27
Octal 206 241 50 21 0 113 45 111 74 47
Binary 10000110 10100001 101000 10001 0 1001011 100101 1001001 111100 100111

Color Harmonies of #86A128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A128

Black with #86A128

Text Example


Text Example

White with #86A128

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,161,40); }

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

background-color css

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

 a { background-color: rgb(134,161,40); }

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

border-color css

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

 span { border-color: rgb(134,161,40); }

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