Html Css Color HEX #86A52B Limerick

📋 copy color: '#86A52B'

red 134 ◦ green 165 ◦ blue 43

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

Shades of Limerick #86A52B

Tints of Limerick #86A52B

RGB

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

 GREEN value IS 165 (64.84% from 255) = 48.25%

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

R = 39.18%
G = 48.25%
B = 12.57%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.74

 K value IS 0.35

RGB Variations

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

Color information

#86A52B (or 0x86A52B) is known color: Limerick. HEX triplet: 86, A5 and 2B. RGB value is (134,165,43). Sum of RGB (Red+Green+Blue) = 134+165+43=342 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.18% from 342); Green value is 165 (64.84% from 255 or 48.25% from 342); Blue value is 43 (17.19% from 255 or 12.57% from 342); Max value from RGB is 165 - color contains mainly: green. Hex color #86A52B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86A52B is #795AD4. Grayscale: #8E8E8E. Windows color (decimal): -7953109 or 2860422. OLE color: 2860422.

HSL color Cylindrical-coordinate representation of color #86A52B: hue angle of 75.25º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #86A52B is Cyan = 0.19, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.35.

Color convert

RGB 134 165 43 -
CMYK 0.19 0 0.74 0.35
HSL 75.25º 0.59% 0.41% -
HSV(B) 75.25º 0.74% 0.65% -
XYZ 23.72 32.15 7.24 -
YUV 141.82 72.23 122.42 -
System Red Green Blue C M Y K H S L
Decimal 134 165 43 0.19 0 0.74 0.35 75.25 0.59 0.41
Hex 86 A5 2B 13 0 4A 23 4B 3B 29
Octal 206 245 53 23 0 112 43 113 73 51
Binary 10000110 10100101 101011 10011 0 1001010 100011 1001011 111011 101001

Color Harmonies of #86A52B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A52B

Black with #86A52B

Text Example


Text Example

White with #86A52B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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