Html Css Color HEX #86A32D Limerick

📋 copy color: '#86A32D'

red 134 ◦ green 163 ◦ blue 45

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

Shades of Limerick #86A32D

Tints of Limerick #86A32D

RGB

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

 GREEN value IS 163 (64.06% from 255) = 47.66%

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

R = 39.18%
G = 47.66%
B = 13.16%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.72

 K value IS 0.36

RGB Variations

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

Color information

#86A32D (or 0x86A32D) is known color: Limerick. HEX triplet: 86, A3 and 2D. RGB value is (134,163,45). Sum of RGB (Red+Green+Blue) = 134+163+45=342 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.18% from 342); Green value is 163 (64.06% from 255 or 47.66% from 342); Blue value is 45 (17.97% from 255 or 13.16% from 342); Max value from RGB is 163 - color contains mainly: green. Hex color #86A32D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86A32D is #795CD2. Grayscale: #8D8D8D. Windows color (decimal): -7953619 or 2990982. OLE color: 2990982.

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

Color convert

RGB 134 163 45 -
CMYK 0.18 0 0.72 0.36
HSL 74.75º 0.57% 0.41% -
HSV(B) 74.75º 0.72% 0.64% -
XYZ 23.4 31.45 7.32 -
YUV 140.88 73.89 123.09 -
System Red Green Blue C M Y K H S L
Decimal 134 163 45 0.18 0 0.72 0.36 74.75 0.57 0.41
Hex 86 A3 2D 12 0 48 24 4B 39 29
Octal 206 243 55 22 0 110 44 113 71 51
Binary 10000110 10100011 101101 10010 0 1001000 100100 1001011 111001 101001

Color Harmonies of #86A32D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A32D

Black with #86A32D

Text Example


Text Example

White with #86A32D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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