Html Css Color HEX #86A22B Limerick

📋 copy color: '#86A22B'

red 134 ◦ green 162 ◦ blue 43

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

Shades of Limerick #86A22B

Tints of Limerick #86A22B

RGB

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

 GREEN value IS 162 (63.67% from 255) = 47.79%

 BLUE value IS 43 (17.19% from 255) = 12.68%

R = 39.53%
G = 47.79%
B = 12.68%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.73

 K value IS 0.36

RGB Variations

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

Color information

#86A22B (or 0x86A22B) is known color: Limerick. HEX triplet: 86, A2 and 2B. RGB value is (134,162,43). Sum of RGB (Red+Green+Blue) = 134+162+43=339 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.53% from 339); Green value is 162 (63.67% from 255 or 47.79% from 339); Blue value is 43 (17.19% from 255 or 12.68% from 339); Max value from RGB is 162 - color contains mainly: green. Hex color #86A22B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86A22B is #795DD4. Grayscale: #8C8C8C. Windows color (decimal): -7953877 or 2859654. OLE color: 2859654.

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

Color convert

RGB 134 162 43 -
CMYK 0.17 0 0.73 0.36
HSL 74.12º 0.58% 0.4% -
HSV(B) 74.12º 0.73% 0.64% -
XYZ 23.19 31.08 7.06 -
YUV 140.06 73.22 123.68 -
System Red Green Blue C M Y K H S L
Decimal 134 162 43 0.17 0 0.73 0.36 74.12 0.58 0.4
Hex 86 A2 2B 11 0 49 24 4A 3A 28
Octal 206 242 53 21 0 111 44 112 72 50
Binary 10000110 10100010 101011 10001 0 1001001 100100 1001010 111010 101000

Color Harmonies of #86A22B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A22B

Black with #86A22B

Text Example


Text Example

White with #86A22B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,162,43); }

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

background-color css

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

 a { background-color: rgb(134,162,43); }

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

border-color css

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

 span { border-color: rgb(134,162,43); }

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