Html Css Color HEX #86B21A Limerick

📋 copy color: '#86B21A'

red 134 ◦ green 178 ◦ blue 26

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

Shades of Limerick #86B21A

Tints of Limerick #86B21A

RGB

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

 GREEN value IS 178 (69.92% from 255) = 52.66%

 BLUE value IS 26 (10.55% from 255) = 7.69%

R = 39.64%
G = 52.66%
B = 7.69%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#86B21A (or 0x86B21A) is known color: Limerick. HEX triplet: 86, B2 and 1A. RGB value is (134,178,26). Sum of RGB (Red+Green+Blue) = 134+178+26=338 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.64% from 338); Green value is 178 (69.92% from 255 or 52.66% from 338); Blue value is 26 (10.55% from 255 or 7.69% from 338); Max value from RGB is 178 - color contains mainly: green. Hex color #86B21A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86B21A is #794DE5. Grayscale: #949494. Windows color (decimal): -7949798 or 1749638. OLE color: 1749638.

HSL color Cylindrical-coordinate representation of color #86B21A: hue angle of 77.37º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #86B21A is Cyan = 0.25, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.30.

Color convert

RGB 134 178 26 -
CMYK 0.25 0 0.85 0.30
HSL 77.37º 0.75% 0.4% -
HSV(B) 77.37º 0.85% 0.7% -
XYZ 25.94 36.98 6.75 -
YUV 147.52 59.42 118.36 -
System Red Green Blue C M Y K H S L
Decimal 134 178 26 0.25 0 0.85 0.30 77.37 0.75 0.4
Hex 86 B2 1A 19 0 55 1E 4D 4B 28
Octal 206 262 32 31 0 125 36 115 113 50
Binary 10000110 10110010 11010 11001 0 1010101 11110 1001101 1001011 101000

Color Harmonies of #86B21A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B21A

Black with #86B21A

Text Example


Text Example

White with #86B21A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,178,26); }

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

background-color css

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

 a { background-color: rgb(134,178,26); }

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

border-color css

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

 span { border-color: rgb(134,178,26); }

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