Html Css Color HEX #86A42B Limerick

📋 copy color: '#86A42B'

red 134 ◦ green 164 ◦ blue 43

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

Shades of Limerick #86A42B

Tints of Limerick #86A42B

RGB

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

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

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

R = 39.3%
G = 48.09%
B = 12.61%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.74

 K value IS 0.36

RGB Variations

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

Color information

#86A42B (or 0x86A42B) is known color: Limerick. HEX triplet: 86, A4 and 2B. RGB value is (134,164,43). Sum of RGB (Red+Green+Blue) = 134+164+43=341 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.30% from 341); Green value is 164 (64.45% from 255 or 48.09% from 341); Blue value is 43 (17.19% from 255 or 12.61% from 341); Max value from RGB is 164 - color contains mainly: green. Hex color #86A42B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86A42B is #795BD4. Grayscale: #8D8D8D. Windows color (decimal): -7953365 or 2860166. OLE color: 2860166.

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

Color convert

RGB 134 164 43 -
CMYK 0.18 0 0.74 0.36
HSL 74.88º 0.58% 0.41% -
HSV(B) 74.88º 0.74% 0.64% -
XYZ 23.54 31.79 7.18 -
YUV 141.24 72.56 122.84 -
System Red Green Blue C M Y K H S L
Decimal 134 164 43 0.18 0 0.74 0.36 74.88 0.58 0.41
Hex 86 A4 2B 12 0 4A 24 4B 3A 29
Octal 206 244 53 22 0 112 44 113 72 51
Binary 10000110 10100100 101011 10010 0 1001010 100100 1001011 111010 101001

Color Harmonies of #86A42B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A42B

Black with #86A42B

Text Example


Text Example

White with #86A42B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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