Html Css Color HEX #86A426 Limerick

📋 copy color: '#86A426'

red 134 ◦ green 164 ◦ blue 38

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

Shades of Limerick #86A426

Tints of Limerick #86A426

RGB

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

 GREEN value IS 164 (64.45% from 255) = 48.81%

 BLUE value IS 38 (15.23% from 255) = 11.31%

R = 39.88%
G = 48.81%
B = 11.31%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.77

 K value IS 0.36

RGB Variations

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

Color information

#86A426 (or 0x86A426) is known color: Limerick. HEX triplet: 86, A4 and 26. RGB value is (134,164,38). Sum of RGB (Red+Green+Blue) = 134+164+38=336 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.88% from 336); Green value is 164 (64.45% from 255 or 48.81% from 336); Blue value is 38 (15.23% from 255 or 11.31% from 336); Max value from RGB is 164 - color contains mainly: green. Hex color #86A426 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86A426 is #795BD9. Grayscale: #8D8D8D. Windows color (decimal): -7953370 or 2532486. OLE color: 2532486.

HSL color Cylindrical-coordinate representation of color #86A426: hue angle of 74.29º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #86A426 is Cyan = 0.18, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.36.

Color convert

RGB 134 164 38 -
CMYK 0.18 0 0.77 0.36
HSL 74.29º 0.62% 0.4% -
HSV(B) 74.29º 0.77% 0.64% -
XYZ 23.46 31.76 6.73 -
YUV 140.67 70.06 123.25 -
System Red Green Blue C M Y K H S L
Decimal 134 164 38 0.18 0 0.77 0.36 74.29 0.62 0.4
Hex 86 A4 26 12 0 4D 24 4A 3E 28
Octal 206 244 46 22 0 115 44 112 76 50
Binary 10000110 10100100 100110 10010 0 1001101 100100 1001010 111110 101000

Color Harmonies of #86A426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A426

Black with #86A426

Text Example


Text Example

White with #86A426

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,164,38); }

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

background-color css

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

 a { background-color: rgb(134,164,38); }

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

border-color css

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

 span { border-color: rgb(134,164,38); }

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