Html Css Color HEX #86BA37 Limerick

📋 copy color: '#86BA37'

red 134 ◦ green 186 ◦ blue 55

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

Shades of Limerick #86BA37

Tints of Limerick #86BA37

RGB

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

 GREEN value IS 186 (73.05% from 255) = 49.6%

 BLUE value IS 55 (21.88% from 255) = 14.67%

R = 35.73%
G = 49.6%
B = 14.67%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#86BA37 (or 0x86BA37) is known color: Limerick. HEX triplet: 86, BA and 37. RGB value is (134,186,55). Sum of RGB (Red+Green+Blue) = 134+186+55=375 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.73% from 375); Green value is 186 (73.05% from 255 or 49.6% from 375); Blue value is 55 (21.88% from 255 or 14.67% from 375); Max value from RGB is 186 - color contains mainly: green. Hex color #86BA37 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86BA37 is #7945C8. Grayscale: #9B9B9B. Windows color (decimal): -7947721 or 3652230. OLE color: 3652230.

HSL color Cylindrical-coordinate representation of color #86BA37: hue angle of 83.82º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #86BA37 is Cyan = 0.28, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB 134 186 55 -
CMYK 0.28 0 0.70 0.27
HSL 83.82º 0.54% 0.47% -
HSV(B) 83.82º 0.7% 0.73% -
XYZ 28.08 40.46 9.94 -
YUV 155.52 71.27 112.65 -
System Red Green Blue C M Y K H S L
Decimal 134 186 55 0.28 0 0.70 0.27 83.82 0.54 0.47
Hex 86 BA 37 1C 0 46 1B 54 36 2F
Octal 206 272 67 34 0 106 33 124 66 57
Binary 10000110 10111010 110111 11100 0 1000110 11011 1010100 110110 101111

Color Harmonies of #86BA37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BA37

Black with #86BA37

Text Example


Text Example

White with #86BA37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,186,55); }

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

background-color css

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

 a { background-color: rgb(134,186,55); }

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

border-color css

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

 span { border-color: rgb(134,186,55); }

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