Html Css Color HEX #86AE32 Limerick

📋 copy color: '#86AE32'

red 134 ◦ green 174 ◦ blue 50

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

Shades of Limerick #86AE32

Tints of Limerick #86AE32

RGB

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

 GREEN value IS 174 (68.36% from 255) = 48.6%

 BLUE value IS 50 (19.92% from 255) = 13.97%

R = 37.43%
G = 48.6%
B = 13.97%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.71

 K value IS 0.32

RGB Variations

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

Color information

#86AE32 (or 0x86AE32) is known color: Limerick. HEX triplet: 86, AE and 32. RGB value is (134,174,50). Sum of RGB (Red+Green+Blue) = 134+174+50=358 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.43% from 358); Green value is 174 (68.36% from 255 or 48.60% from 358); Blue value is 50 (19.92% from 255 or 13.97% from 358); Max value from RGB is 174 - color contains mainly: green. Hex color #86AE32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86AE32 is #7951CD. Grayscale: #949494. Windows color (decimal): -7950798 or 3321478. OLE color: 3321478.

HSL color Cylindrical-coordinate representation of color #86AE32: hue angle of 79.35º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #86AE32 is Cyan = 0.23, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.32.

Color convert

RGB 134 174 50 -
CMYK 0.23 0 0.71 0.32
HSL 79.35º 0.55% 0.44% -
HSV(B) 79.35º 0.71% 0.68% -
XYZ 25.54 35.57 8.54 -
YUV 147.9 72.75 118.08 -
System Red Green Blue C M Y K H S L
Decimal 134 174 50 0.23 0 0.71 0.32 79.35 0.55 0.44
Hex 86 AE 32 17 0 47 20 4F 37 2C
Octal 206 256 62 27 0 107 40 117 67 54
Binary 10000110 10101110 110010 10111 0 1000111 100000 1001111 110111 101100

Color Harmonies of #86AE32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86AE32

Black with #86AE32

Text Example


Text Example

White with #86AE32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,174,50); }

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

background-color css

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

 a { background-color: rgb(134,174,50); }

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

border-color css

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

 span { border-color: rgb(134,174,50); }

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