Html Css Color HEX #86A42D Limerick

📋 copy color: '#86A42D'

red 134 ◦ green 164 ◦ blue 45

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

Shades of Limerick #86A42D

Tints of Limerick #86A42D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.12%

R = 39.07%
G = 47.81%
B = 13.12%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.73

 K value IS 0.36

RGB Variations

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

Color information

#86A42D (or 0x86A42D) is known color: Limerick. HEX triplet: 86, A4 and 2D. RGB value is (134,164,45). Sum of RGB (Red+Green+Blue) = 134+164+45=343 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.07% from 343); Green value is 164 (64.45% from 255 or 47.81% from 343); Blue value is 45 (17.97% from 255 or 13.12% from 343); Max value from RGB is 164 - color contains mainly: green. Hex color #86A42D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86A42D is #795BD2. Grayscale: #8D8D8D. Windows color (decimal): -7953363 or 2991238. OLE color: 2991238.

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

Color convert

RGB 134 164 45 -
CMYK 0.18 0 0.73 0.36
HSL 75.13º 0.57% 0.41% -
HSV(B) 75.13º 0.73% 0.64% -
XYZ 23.58 31.81 7.38 -
YUV 141.46 73.56 122.68 -
System Red Green Blue C M Y K H S L
Decimal 134 164 45 0.18 0 0.73 0.36 75.13 0.57 0.41
Hex 86 A4 2D 12 0 49 24 4B 39 29
Octal 206 244 55 22 0 111 44 113 71 51
Binary 10000110 10100100 101101 10010 0 1001001 100100 1001011 111001 101001

Color Harmonies of #86A42D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A42D

Black with #86A42D

Text Example


Text Example

White with #86A42D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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