Html Css Color HEX #86AD38 Limerick

📋 copy color: '#86AD38'

red 134 ◦ green 173 ◦ blue 56

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

Shades of Limerick #86AD38

Tints of Limerick #86AD38

RGB

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

 GREEN value IS 173 (67.97% from 255) = 47.66%

 BLUE value IS 56 (22.27% from 255) = 15.43%

R = 36.91%
G = 47.66%
B = 15.43%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.68

 K value IS 0.32

RGB Variations

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

Color information

#86AD38 (or 0x86AD38) is known color: Limerick. HEX triplet: 86, AD and 38. RGB value is (134,173,56). Sum of RGB (Red+Green+Blue) = 134+173+56=363 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.91% from 363); Green value is 173 (67.97% from 255 or 47.66% from 363); Blue value is 56 (22.27% from 255 or 15.43% from 363); Max value from RGB is 173 - color contains mainly: green. Hex color #86AD38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86AD38 is #7952C7. Grayscale: #949494. Windows color (decimal): -7951048 or 3714438. OLE color: 3714438.

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

Color convert

RGB 134 173 56 -
CMYK 0.23 0 0.68 0.32
HSL 80º 0.51% 0.45% -
HSV(B) 80º 0.68% 0.68% -
XYZ 25.49 35.24 9.2 -
YUV 148 76.08 118.01 -
System Red Green Blue C M Y K H S L
Decimal 134 173 56 0.23 0 0.68 0.32 80 0.51 0.45
Hex 86 AD 38 17 0 44 20 50 33 2D
Octal 206 255 70 27 0 104 40 120 63 55
Binary 10000110 10101101 111000 10111 0 1000100 100000 1010000 110011 101101

Color Harmonies of #86AD38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86AD38

Black with #86AD38

Text Example


Text Example

White with #86AD38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,173,56); }

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

background-color css

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

 a { background-color: rgb(134,173,56); }

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

border-color css

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

 span { border-color: rgb(134,173,56); }

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