Html Css Color HEX #86AD33 Limerick

📋 copy color: '#86AD33'

red 134 ◦ green 173 ◦ blue 51

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

Shades of Limerick #86AD33

Tints of Limerick #86AD33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 14.25%

R = 37.43%
G = 48.32%
B = 14.25%

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

#86AD33 (or 0x86AD33) is known color: Limerick. HEX triplet: 86, AD and 33. RGB value is (134,173,51). Sum of RGB (Red+Green+Blue) = 134+173+51=358 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.43% from 358); Green value is 173 (67.97% from 255 or 48.32% from 358); Blue value is 51 (20.31% from 255 or 14.25% from 358); Max value from RGB is 173 - color contains mainly: green. Hex color #86AD33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86AD33 is #7952CC. Grayscale: #939393. Windows color (decimal): -7951053 or 3386758. OLE color: 3386758.

HSL color Cylindrical-coordinate representation of color #86AD33: hue angle of 79.18º degrees, saturation: 0.54, 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 #86AD33 is Cyan = 0.23, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.32.

Color convert

RGB 134 173 51 -
CMYK 0.23 0 0.71 0.32
HSL 79.18º 0.54% 0.44% -
HSV(B) 79.18º 0.71% 0.68% -
XYZ 25.37 35.19 8.59 -
YUV 147.43 73.58 118.42 -
System Red Green Blue C M Y K H S L
Decimal 134 173 51 0.23 0 0.71 0.32 79.18 0.54 0.44
Hex 86 AD 33 17 0 47 20 4F 36 2C
Octal 206 255 63 27 0 107 40 117 66 54
Binary 10000110 10101101 110011 10111 0 1000111 100000 1001111 110110 101100

Color Harmonies of #86AD33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86AD33

Black with #86AD33

Text Example


Text Example

White with #86AD33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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